#8B66F7

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

Shades of Light Slate Blue #8B66F7

Tints of Light Slate Blue #8B66F7

Color information

#8B66F7 (or 0x8B66F7) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 66 and F7. RGB value is (139,102,247). Sum of RGB (Red+Green+Blue) = 139+102+247=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #8B66F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B66F7 is #749908. Grayscale: #818181. Windows color (decimal): -7641353 or 16213643. OLE color: 16213643.

HSL color Cylindrical-coordinate representation of color #8B66F7: hue angle of 255.31º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B66F7 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB139102247-
CMYK0.440.5900.03
HSL255.31º90.06%68.43%-
HSV(B)255.31º58.7%96.86%-
XYZ32.1921.7190.49-
YUV129.59194.26134.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.48%
GREEN value IS 102 (40.23% from 255) = 20.90%
BLUE value IS 247 (96.88% from 255) = 50.61%
R=28.48%
G=20.90%
B=50.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1391022470.440.5900.03255.3190.0668.43
Hex8B66F72C3B03ff5a44
Octal213146367547303377132104
Binary100010111100110111101111011001110110111111111110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B66F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B66F7; }

 p { color: rgb(139,102,247); }

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

<style>
 a { background-color: #8B66F7; }

 a { background-color: rgb(139,102,247); }

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

<style>
 span { border-color: #8B66F7; }

 span { border-color: rgb(139,102,247); }

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