Html Css Color HEX #8766FF Light Slate Blue

📋 copy color: '#8766FF'

red 135 ◦ green 102 ◦ blue 255

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

Shades of Light Slate Blue #8766FF

Tints of Light Slate Blue #8766FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.83%

R = 27.44%
G = 20.73%
B = 51.83%

CMYK

 C value IS 0.47

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8766FF (or 0x8766FF) is known color: Light Slate Blue. HEX triplet: 87, 66 and FF. RGB value is (135,102,255). Sum of RGB (Red+Green+Blue) = 135+102+255=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #8766FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8766FF is #789900. Grayscale: #808080. Windows color (decimal): -7903489 or 16737927. OLE color: 16737927.

HSL color Cylindrical-coordinate representation of color #8766FF: hue angle of 252.94º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8766FF is Cyan = 0.47, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 135 102 255 -
CMYK 0.47 0.6 0 0
HSL 252.94º 1% 0.7% -
HSV(B) 252.94º 0.6% 1% -
XYZ 32.79 21.87 97.1 -
YUV 129.31 198.93 132.06 -
System Red Green Blue C M Y K H S L
Decimal 135 102 255 0.47 0.6 0 0 252.94 1 0.7
Hex 87 66 FF 2F 3C 0 0 FD 64 46
Octal 207 146 377 57 74 0 0 375 144 106
Binary 10000111 1100110 11111111 101111 111100 0 0 11111101 1100100 1000110

Color Harmonies of #8766FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8766FF

Black with #8766FF

Text Example


Text Example

White with #8766FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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