#7F66F6

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

Shades of Medium Slate Blue #7F66F6

Tints of Medium Slate Blue #7F66F6

Color information

#7F66F6 (or 0x7F66F6) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 66 and F6. RGB value is (127,102,246). Sum of RGB (Red+Green+Blue) = 127+102+246=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #7F66F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F66F6 is #809909. Grayscale: #7D7D7D. Windows color (decimal): -8427786 or 16148095. OLE color: 16148095.

HSL color Cylindrical-coordinate representation of color #7F66F6: hue angle of 250.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F66F6 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB127102246-
CMYK0.480.5900.04
HSL250.42º88.89%68.24%-
HSV(B)250.42º58.54%96.47%-
XYZ30.1420.6789.59-
YUV125.89195.78128.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.74%
GREEN value IS 102 (40.23% from 255) = 21.47%
BLUE value IS 246 (96.48% from 255) = 51.79%
R=26.74%
G=21.47%
B=51.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1271022460.480.5900.04250.4288.8968.24
Hex7F66F6303B04fa5944
Octal177146366607304372131104
Binary111111111001101111011011000011101101001111101010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F66F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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