Html Css Color HEX #876CFE Light Slate Blue

📋 copy color: '#876CFE'

red 135 ◦ green 108 ◦ blue 254

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

Shades of Light Slate Blue #876CFE

Tints of Light Slate Blue #876CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.73%

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 27.16%
G = 21.73%
B = 51.11%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#876CFE (or 0x876CFE) is known color: Light Slate Blue. HEX triplet: 87, 6C and FE. RGB value is (135,108,254). Sum of RGB (Red+Green+Blue) = 135+108+254=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #876CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876CFE is #789301. Grayscale: #848484. Windows color (decimal): -7901954 or 16673927. OLE color: 16673927.

HSL color Cylindrical-coordinate representation of color #876CFE: hue angle of 251.1º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #876CFE is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 135 108 254 -
CMYK 0.47 0.57 0 0.00
HSL 251.1º 0.99% 0.71% -
HSV(B) 251.1º 0.57% 1% -
XYZ 33.24 23.03 96.46 -
YUV 132.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 135 108 254 0.47 0.57 0 0.00 251.1 0.99 0.71
Hex 87 6C FE 2F 39 0 0 FB 63 47
Octal 207 154 376 57 71 0 0 373 143 107
Binary 10000111 1101100 11111110 101111 111001 0 0 11111011 1100011 1000111

Color Harmonies of #876CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876CFE

Black with #876CFE

Text Example


Text Example

White with #876CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,108,254); }

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

background-color css

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

 a { background-color: rgb(135,108,254); }

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

border-color css

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

 span { border-color: rgb(135,108,254); }

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