#7b64dc

Color #7B64DC Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7B64DC

Tints of Medium Slate Blue #7B64DC

Color information

#7B64DC (or 0x7B64DC) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 64 and DC. RGB value is (123,100,220). Sum of RGB (Red+Green+Blue) = 123+100+220=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B64DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B64DC is #849B23. Grayscale: #787878. Windows color (decimal): -8690468 or 14443643. OLE color: 14443643.

HSL color Cylindrical-coordinate representation of color #7B64DC: hue angle of 251.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B64DC is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB123100220-
CMYK0.440.5500.14
HSL251.5º63.16%62.75%-
HSV(B)251.5º54.55%86.27%-
XYZ25.6418.4969.93-
YUV120.56184.12129.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 27.77%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 220 (86.33% from 255) = 49.66%
R=27.77%
G=22.57%
B=49.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1231002200.440.5500.14251.563.1662.75
Hex7B64DC2C370Efc3f3f
Octal17314433454670163747777
Binary11110111100100110111001011001101110111011111100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b64dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7b64dc; }

 p { color: rgb(123,100,220); }

 H1.HeaderClassName
 {
   color: #7b64dc;
 }
 .AnyTagClassName
 {
   color: #7b64dc;
 }
</style>
background-color css

<style>
 a { background-color: #7b64dc; }

 a { background-color: rgb(123,100,220); }

 div.DivClassName
 {
   background-color: #7b64dc;
 }
 .BgClassName
 {
   background-color: #7b64dc;
 }
</style>
border-color css

<style>
 span { border-color: #7b64dc; }

 span { border-color: rgb(123,100,220); }

 td.TdClassName
 {
   border-color: #7b64dc;
 }
 .TagClassName
 {
   border-color: #7b64dc;
 }
</style>