Html Css Color HEX #878CFE Light Slate Blue

📋 copy color: '#878CFE'

red 135 ◦ green 140 ◦ blue 254

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

Shades of Light Slate Blue #878CFE

Tints of Light Slate Blue #878CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.47%

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

R = 25.52%
G = 26.47%
B = 48.02%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#878CFE (or 0x878CFE) is known color: Light Slate Blue. HEX triplet: 87, 8C and FE. RGB value is (135,140,254). Sum of RGB (Red+Green+Blue) = 135+140+254=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #878CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878CFE is #787301. Grayscale: #979797. Windows color (decimal): -7893762 or 16682119. OLE color: 16682119.

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

Color convert

RGB 135 140 254 -
CMYK 0.47 0.45 0 0.00
HSL 237.48º 0.98% 0.76% -
HSV(B) 237.48º 0.47% 1% -
XYZ 37.26 31.06 97.8 -
YUV 151.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 135 140 254 0.47 0.45 0 0.00 237.48 0.98 0.76
Hex 87 8C FE 2F 2D 0 0 ED 62 4C
Octal 207 214 376 57 55 0 0 355 142 114
Binary 10000111 10001100 11111110 101111 101101 0 0 11101101 1100010 1001100

Color Harmonies of #878CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CFE

Black with #878CFE

Text Example


Text Example

White with #878CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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