Html Css Color HEX #876BFE Light Slate Blue

📋 copy color: '#876BFE'

red 135 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #876BFE

Tints of Light Slate Blue #876BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.57%

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

R = 27.22%
G = 21.57%
B = 51.21%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#876BFE (or 0x876BFE) is known color: Light Slate Blue. HEX triplet: 87, 6B and FE. RGB value is (135,107,254). Sum of RGB (Red+Green+Blue) = 135+107+254=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #876BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876BFE is #789401. Grayscale: #838383. Windows color (decimal): -7902210 or 16673671. OLE color: 16673671.

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

Color convert

RGB 135 107 254 -
CMYK 0.47 0.58 0 0.00
HSL 251.43º 0.99% 0.71% -
HSV(B) 251.43º 0.58% 1% -
XYZ 33.14 22.82 96.42 -
YUV 132.13 196.78 130.05 -
System Red Green Blue C M Y K H S L
Decimal 135 107 254 0.47 0.58 0 0.00 251.43 0.99 0.71
Hex 87 6B FE 2F 3A 0 0 FB 63 47
Octal 207 153 376 57 72 0 0 373 143 107
Binary 10000111 1101011 11111110 101111 111010 0 0 11111011 1100011 1000111

Color Harmonies of #876BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876BFE

Black with #876BFE

Text Example


Text Example

White with #876BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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