Html Css Color HEX #876FFF Light Slate Blue

📋 copy color: '#876FFF'

red 135 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #876FFF

Tints of Light Slate Blue #876FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.16%

 BLUE value IS 255 (100% from 255) = 50.9%

R = 26.95%
G = 22.16%
B = 50.9%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#876FFF (or 0x876FFF) is known color: Light Slate Blue. HEX triplet: 87, 6F and FF. RGB value is (135,111,255). Sum of RGB (Red+Green+Blue) = 135+111+255=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #876FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876FFF is #789000. Grayscale: #868686. Windows color (decimal): -7901185 or 16740231. OLE color: 16740231.

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

Color convert

RGB 135 111 255 -
CMYK 0.47 0.56 0 0
HSL 250º 1% 0.72% -
HSV(B) 250º 0.56% 1% -
XYZ 33.73 23.74 97.41 -
YUV 134.59 195.95 128.29 -
System Red Green Blue C M Y K H S L
Decimal 135 111 255 0.47 0.56 0 0 250 1 0.72
Hex 87 6F FF 2F 38 0 0 FA 64 48
Octal 207 157 377 57 70 0 0 372 144 110
Binary 10000111 1101111 11111111 101111 111000 0 0 11111010 1100100 1001000

Color Harmonies of #876FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876FFF

Black with #876FFF

Text Example


Text Example

White with #876FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,111,255); }

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

background-color css

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

 a { background-color: rgb(135,111,255); }

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

border-color css

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

 span { border-color: rgb(135,111,255); }

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