Html Css Color HEX #878EFF Light Slate Blue

📋 copy color: '#878EFF'

red 135 ◦ green 142 ◦ blue 255

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

Shades of Light Slate Blue #878EFF

Tints of Light Slate Blue #878EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.69%

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

R = 25.38%
G = 26.69%
B = 47.93%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#878EFF (or 0x878EFF) is known color: Light Slate Blue. HEX triplet: 87, 8E and FF. RGB value is (135,142,255). Sum of RGB (Red+Green+Blue) = 135+142+255=532 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.38% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #878EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878EFF is #787100. Grayscale: #989898. Windows color (decimal): -7893249 or 16748167. OLE color: 16748167.

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

Color convert

RGB 135 142 255 -
CMYK 0.47 0.44 0 0
HSL 236.5º 1% 0.76% -
HSV(B) 236.5º 0.47% 1% -
XYZ 37.71 31.72 98.74 -
YUV 152.79 185.68 115.31 -
System Red Green Blue C M Y K H S L
Decimal 135 142 255 0.47 0.44 0 0 236.5 1 0.76
Hex 87 8E FF 2F 2C 0 0 EC 64 4C
Octal 207 216 377 57 54 0 0 354 144 114
Binary 10000111 10001110 11111111 101111 101100 0 0 11101100 1100100 1001100

Color Harmonies of #878EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878EFF

Black with #878EFF

Text Example


Text Example

White with #878EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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