Html Css Color HEX #878CFD Light Slate Blue

📋 copy color: '#878CFD'

red 135 ◦ green 140 ◦ blue 253

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

Shades of Light Slate Blue #878CFD

Tints of Light Slate Blue #878CFD

RGB

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

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

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

R = 25.57%
G = 26.52%
B = 47.92%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#878CFD (or 0x878CFD) is known color: Light Slate Blue. HEX triplet: 87, 8C and FD. RGB value is (135,140,253). Sum of RGB (Red+Green+Blue) = 135+140+253=528 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.57% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #878CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878CFD is #787302. Grayscale: #969696. Windows color (decimal): -7893763 or 16616583. OLE color: 16616583.

HSL color Cylindrical-coordinate representation of color #878CFD: hue angle of 237.46º 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 #878CFD is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 135 140 253 -
CMYK 0.47 0.45 0 0.01
HSL 237.46º 0.97% 0.76% -
HSV(B) 237.46º 0.47% 0.99% -
XYZ 37.1 31 96.96 -
YUV 151.39 185.34 116.31 -
System Red Green Blue C M Y K H S L
Decimal 135 140 253 0.47 0.45 0 0.01 237.46 0.97 0.76
Hex 87 8C FD 2F 2D 0 1 ED 61 4C
Octal 207 214 375 57 55 0 1 355 141 114
Binary 10000111 10001100 11111101 101111 101101 0 1 11101101 1100001 1001100

Color Harmonies of #878CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CFD

Black with #878CFD

Text Example


Text Example

White with #878CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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