Html Css Color HEX #8766FC Light Slate Blue

📋 copy color: '#8766FC'

red 135 ◦ green 102 ◦ blue 252

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

Shades of Light Slate Blue #8766FC

Tints of Light Slate Blue #8766FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.53%

R = 27.61%
G = 20.86%
B = 51.53%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8766FC (or 0x8766FC) is known color: Light Slate Blue. HEX triplet: 87, 66 and FC. RGB value is (135,102,252). Sum of RGB (Red+Green+Blue) = 135+102+252=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #8766FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8766FC is #789903. Grayscale: #808080. Windows color (decimal): -7903492 or 16541319. OLE color: 16541319.

HSL color Cylindrical-coordinate representation of color #8766FC: hue angle of 253.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8766FC is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 135 102 252 -
CMYK 0.46 0.60 0 0.01
HSL 253.2º 0.96% 0.69% -
HSV(B) 253.2º 0.6% 0.99% -
XYZ 32.31 21.68 94.58 -
YUV 128.97 197.43 132.3 -
System Red Green Blue C M Y K H S L
Decimal 135 102 252 0.46 0.60 0 0.01 253.2 0.96 0.69
Hex 87 66 FC 2E 3C 0 1 FD 60 45
Octal 207 146 374 56 74 0 1 375 140 105
Binary 10000111 1100110 11111100 101110 111100 0 1 11111101 1100000 1000101

Color Harmonies of #8766FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8766FC

Black with #8766FC

Text Example


Text Example

White with #8766FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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