#7C66DB

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

Shades of Medium Slate Blue #7C66DB

Tints of Medium Slate Blue #7C66DB

Color information

#7C66DB (or 0x7C66DB) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 66 and DB. RGB value is (124,102,219). Sum of RGB (Red+Green+Blue) = 124+102+219=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C66DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C66DB is #839924. Grayscale: #797979. Windows color (decimal): -8624421 or 14378620. OLE color: 14378620.

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

Color convert

RGB124102219-
CMYK0.430.5300.14
HSL251.28º61.9%62.94%-
HSV(B)251.28º53.42%85.88%-
XYZ25.8518.969.3-
YUV121.92182.79129.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.87%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 219 (85.94% from 255) = 49.21%
R=27.87%
G=22.92%
B=49.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1241022190.430.5300.14251.2861.962.94
Hex7C66DB2B350Efb3e3f
Octal17414633353650163737677
Binary11111001100110110110111010111101010111011111011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C66DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,102,219); }

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

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

 a { background-color: rgb(124,102,219); }

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

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

 span { border-color: rgb(124,102,219); }

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