Html Css Color HEX #8766F6 Light Slate Blue

📋 copy color: '#8766F6'

red 135 ◦ green 102 ◦ blue 246

#8766F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8766F6

Tints of Light Slate Blue #8766F6

RGB

 RED value IS 135 (53.13% from 255) = 27.95%

 GREEN value IS 102 (40.23% from 255) = 21.12%

 BLUE value IS 246 (96.48% from 255) = 50.93%

R = 27.95%
G = 21.12%
B = 50.93%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8766F6 (or 0x8766F6) is known color: Light Slate Blue. HEX triplet: 87, 66 and F6. RGB value is (135,102,246). Sum of RGB (Red+Green+Blue) = 135+102+246=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #8766F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8766F6 is #789909. Grayscale: #7F7F7F. Windows color (decimal): -7903498 or 16148103. OLE color: 16148103.

HSL color Cylindrical-coordinate representation of color #8766F6: hue angle of 253.75º 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 #8766F6 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 135 102 246 -
CMYK 0.45 0.59 0 0.04
HSL 253.75º 0.89% 0.68% -
HSV(B) 253.75º 0.59% 0.96% -
XYZ 31.38 21.31 89.65 -
YUV 128.28 194.43 132.79 -
System Red Green Blue C M Y K H S L
Decimal 135 102 246 0.45 0.59 0 0.04 253.75 0.89 0.68
Hex 87 66 F6 2D 3B 0 4 FE 59 44
Octal 207 146 366 55 73 0 4 376 131 104
Binary 10000111 1100110 11110110 101101 111011 0 100 11111110 1011001 1000100

Color Harmonies of #8766F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8766F6

Black with #8766F6

Text Example


Text Example

White with #8766F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8766F6; }

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

 H1.HeaderClassName
 {
   color: #8766F6;
 }
 .AnyTagClassName
 {
   color: #8766F6;
 }
</style>

background-color css

<style>
 a { background-color: #8766F6; }

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

 div.DivClassName
 {
   background-color: #8766F6;
 }
 .BgClassName
 {
   background-color: #8766F6;
 }
</style>

border-color css

<style>
 span { border-color: #8766F6; }

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

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