#7F66D9

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

Shades of Medium Slate Blue #7F66D9

Tints of Medium Slate Blue #7F66D9

Color information

#7F66D9 (or 0x7F66D9) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 66 and D9. RGB value is (127,102,217). Sum of RGB (Red+Green+Blue) = 127+102+217=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #7F66D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F66D9 is #809926. Grayscale: #7A7A7A. Windows color (decimal): -8427815 or 14247551. OLE color: 14247551.

HSL color Cylindrical-coordinate representation of color #7F66D9: hue angle of 253.04º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F66D9 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB127102217-
CMYK0.410.5300.15
HSL253.04º60.21%62.55%-
HSV(B)253.04º53%85.1%-
XYZ26.0319.0267.95-
YUV122.58181.28131.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.48%
GREEN value IS 102 (40.23% from 255) = 22.87%
BLUE value IS 217 (85.16% from 255) = 48.65%
R=28.48%
G=22.87%
B=48.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1271022170.410.5300.15253.0460.2162.55
Hex7F66D929350Ffd3c3f
Octal17714633151650173757477
Binary11111111100110110110011010011101010111111111101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F66D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,102,217); }

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

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

 a { background-color: rgb(127,102,217); }

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

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

 span { border-color: rgb(127,102,217); }

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