Html Css Color HEX #878EFD Light Slate Blue

📋 copy color: '#878EFD'

red 135 ◦ green 142 ◦ blue 253

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

Shades of Light Slate Blue #878EFD

Tints of Light Slate Blue #878EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.74%

R = 25.47%
G = 26.79%
B = 47.74%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#878EFD (or 0x878EFD) is known color: Light Slate Blue. HEX triplet: 87, 8E and FD. RGB value is (135,142,253). Sum of RGB (Red+Green+Blue) = 135+142+253=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #878EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878EFD is #787102. Grayscale: #989898. Windows color (decimal): -7893251 or 16617095. OLE color: 16617095.

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

Color convert

RGB 135 142 253 -
CMYK 0.47 0.44 0 0.01
HSL 236.44º 0.97% 0.76% -
HSV(B) 236.44º 0.47% 0.99% -
XYZ 37.39 31.59 97.05 -
YUV 152.56 184.68 115.47 -
System Red Green Blue C M Y K H S L
Decimal 135 142 253 0.47 0.44 0 0.01 236.44 0.97 0.76
Hex 87 8E FD 2F 2C 0 1 EC 61 4C
Octal 207 216 375 57 54 0 1 354 141 114
Binary 10000111 10001110 11111101 101111 101100 0 1 11101100 1100001 1001100

Color Harmonies of #878EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878EFD

Black with #878EFD

Text Example


Text Example

White with #878EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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