Html Css Color HEX #876FFE Light Slate Blue

📋 copy color: '#876FFE'

red 135 ◦ green 111 ◦ blue 254

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

Shades of Light Slate Blue #876FFE

Tints of Light Slate Blue #876FFE

RGB

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

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

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

R = 27%
G = 22.2%
B = 50.8%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#876FFE (or 0x876FFE) is known color: Light Slate Blue. HEX triplet: 87, 6F and FE. RGB value is (135,111,254). Sum of RGB (Red+Green+Blue) = 135+111+254=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #876FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876FFE is #789001. Grayscale: #858585. Windows color (decimal): -7901186 or 16674695. OLE color: 16674695.

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

Color convert

RGB 135 111 254 -
CMYK 0.47 0.56 0 0.00
HSL 250.07º 0.99% 0.72% -
HSV(B) 250.07º 0.56% 1% -
XYZ 33.57 23.68 96.57 -
YUV 134.48 195.45 128.37 -
System Red Green Blue C M Y K H S L
Decimal 135 111 254 0.47 0.56 0 0.00 250.07 0.99 0.72
Hex 87 6F FE 2F 38 0 0 FA 63 48
Octal 207 157 376 57 70 0 0 372 143 110
Binary 10000111 1101111 11111110 101111 111000 0 0 11111010 1100011 1001000

Color Harmonies of #876FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876FFE

Black with #876FFE

Text Example


Text Example

White with #876FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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