Html Css Color HEX #8766FA Light Slate Blue

📋 copy color: '#8766FA'

red 135 ◦ green 102 ◦ blue 250

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

Shades of Light Slate Blue #8766FA

Tints of Light Slate Blue #8766FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 27.72%
G = 20.94%
B = 51.33%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8766FA (or 0x8766FA) is known color: Light Slate Blue. HEX triplet: 87, 66 and FA. RGB value is (135,102,250). Sum of RGB (Red+Green+Blue) = 135+102+250=487 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.72% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #8766FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8766FA is #789905. Grayscale: #808080. Windows color (decimal): -7903494 or 16410247. OLE color: 16410247.

HSL color Cylindrical-coordinate representation of color #8766FA: hue angle of 253.38º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8766FA is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 102 250 -
CMYK 0.46 0.59 0 0.02
HSL 253.38º 0.94% 0.69% -
HSV(B) 253.38º 0.59% 0.98% -
XYZ 32 21.56 92.92 -
YUV 128.74 196.43 132.47 -
System Red Green Blue C M Y K H S L
Decimal 135 102 250 0.46 0.59 0 0.02 253.38 0.94 0.69
Hex 87 66 FA 2E 3B 0 2 FD 5E 45
Octal 207 146 372 56 73 0 2 375 136 105
Binary 10000111 1100110 11111010 101110 111011 0 10 11111101 1011110 1000101

Color Harmonies of #8766FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8766FA

Black with #8766FA

Text Example


Text Example

White with #8766FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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