Html Css Color HEX #876AFC Light Slate Blue

📋 copy color: '#876AFC'

red 135 ◦ green 106 ◦ blue 252

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

Shades of Light Slate Blue #876AFC

Tints of Light Slate Blue #876AFC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.5%

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

R = 27.38%
G = 21.5%
B = 51.12%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#876AFC (or 0x876AFC) is known color: Light Slate Blue. HEX triplet: 87, 6A and FC. RGB value is (135,106,252). Sum of RGB (Red+Green+Blue) = 135+106+252=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #876AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876AFC is #789503. Grayscale: #828282. Windows color (decimal): -7902468 or 16542343. OLE color: 16542343.

HSL color Cylindrical-coordinate representation of color #876AFC: hue angle of 251.92º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #876AFC is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 135 106 252 -
CMYK 0.46 0.58 0 0.01
HSL 251.92º 0.96% 0.7% -
HSV(B) 251.92º 0.58% 0.99% -
XYZ 32.72 22.49 94.71 -
YUV 131.32 196.11 130.63 -
System Red Green Blue C M Y K H S L
Decimal 135 106 252 0.46 0.58 0 0.01 251.92 0.96 0.7
Hex 87 6A FC 2E 3A 0 1 FC 60 46
Octal 207 152 374 56 72 0 1 374 140 106
Binary 10000111 1101010 11111100 101110 111010 0 1 11111100 1100000 1000110

Color Harmonies of #876AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876AFC

Black with #876AFC

Text Example


Text Example

White with #876AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876AFC; }

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

 H1.HeaderClassName
 {
   color: #876AFC;
 }
 .AnyTagClassName
 {
   color: #876AFC;
 }
</style>

background-color css

<style>
 a { background-color: #876AFC; }

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

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

border-color css

<style>
 span { border-color: #876AFC; }

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

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