Html Css Color HEX #876BF7 Light Slate Blue

📋 copy color: '#876BF7'

red 135 ◦ green 107 ◦ blue 247

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

Shades of Light Slate Blue #876BF7

Tints of Light Slate Blue #876BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.51%

R = 27.61%
G = 21.88%
B = 50.51%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#876BF7 (or 0x876BF7) is known color: Light Slate Blue. HEX triplet: 87, 6B and F7. RGB value is (135,107,247). Sum of RGB (Red+Green+Blue) = 135+107+247=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #876BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876BF7 is #789408. Grayscale: #828282. Windows color (decimal): -7902217 or 16214919. OLE color: 16214919.

HSL color Cylindrical-coordinate representation of color #876BF7: hue angle of 252º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #876BF7 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 135 107 247 -
CMYK 0.45 0.57 0 0.03
HSL 252º 0.9% 0.69% -
HSV(B) 252º 0.57% 0.97% -
XYZ 32.04 22.38 90.63 -
YUV 131.33 193.28 130.62 -
System Red Green Blue C M Y K H S L
Decimal 135 107 247 0.45 0.57 0 0.03 252 0.9 0.69
Hex 87 6B F7 2D 39 0 3 FC 5A 45
Octal 207 153 367 55 71 0 3 374 132 105
Binary 10000111 1101011 11110111 101101 111001 0 11 11111100 1011010 1000101

Color Harmonies of #876BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876BF7

Black with #876BF7

Text Example


Text Example

White with #876BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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