#878AFD

Color #878AFD Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #878AFD

Tints of Light Slate Blue #878AFD

Color information

#878AFD (or 0x878AFD) is unknown color: approx Light Slate Blue. HEX triplet: 87, 8A and FD. RGB value is (135,138,253). Sum of RGB (Red+Green+Blue) = 135+138+253=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #878AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878AFD is #787502. Grayscale: #959595. Windows color (decimal): -7894275 or 16616071. OLE color: 16616071.

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

Color convert

RGB135138253-
CMYK0.470.4500.01
HSL238.47º96.72%76.08%-
HSV(B)238.47º46.64%99.22%-
XYZ36.8130.4296.86-
YUV150.21186.01117.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.67%
GREEN value IS 138 (54.30% from 255) = 26.24%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=25.67%
G=26.24%
B=48.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351382530.470.4500.01238.4796.7276.08
Hex878AFD2F2D01ee614c
Octal207212375575501356141114
Binary100001111000101011111101101111101101011110111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #878AFD;
 }
 .AnyTagClassName
 {
   color: #878AFD;
 }
</style>
background-color css

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

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

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

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

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

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