#878DFA

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

Shades of Light Slate Blue #878DFA

Tints of Light Slate Blue #878DFA

Color information

#878DFA (or 0x878DFA) is unknown color: approx Light Slate Blue. HEX triplet: 87, 8D and FA. RGB value is (135,141,250). Sum of RGB (Red+Green+Blue) = 135+141+250=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #878DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878DFA is #787205. Grayscale: #979797. Windows color (decimal): -7893510 or 16420231. OLE color: 16420231.

HSL color Cylindrical-coordinate representation of color #878DFA: hue angle of 236.87º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #878DFA is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135141250-
CMYK0.460.4400.02
HSL236.87º92%75.49%-
HSV(B)236.87º46%98.04%-
XYZ36.7731.194.51-
YUV151.63183.51116.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.67%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 250 (98.05% from 255) = 47.53%
R=25.67%
G=26.81%
B=47.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351412500.460.4400.02236.879275.49
Hex878DFA2E2C02ed5c4b
Octal207215372565402355134113
Binary1000011110001101111110101011101011000101110110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,141,250); }

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

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

 a { background-color: rgb(135,141,250); }

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

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

 span { border-color: rgb(135,141,250); }

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