#874EBF

Color #874EBF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #874EBF

Tints of Deep Lilac #874EBF

Color information

#874EBF (or 0x874EBF) is unknown color: approx Deep Lilac. HEX triplet: 87, 4E and BF. RGB value is (135,78,191). Sum of RGB (Red+Green+Blue) = 135+78+191=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #874EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874EBF is #78B140. Grayscale: #6B6B6B. Windows color (decimal): -7909697 or 12537479. OLE color: 12537479.

HSL color Cylindrical-coordinate representation of color #874EBF: hue angle of 270.27º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #874EBF is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13578191-
CMYK0.290.5900.25
HSL270.27º46.89%52.75%-
HSV(B)270.27º59.16%74.9%-
XYZ22.1214.3650.9-
YUV107.92174.88147.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.42%
GREEN value IS 78 (30.86% from 255) = 19.31%
BLUE value IS 191 (75% from 255) = 47.28%
R=33.42%
G=19.31%
B=47.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135781910.290.5900.25270.2746.8952.75
Hex874EBF1D3B01910e2f35
Octal20711627735730314165765
Binary1000011110011101011111111101111011011001100001110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874EBF; }

 p { color: rgb(135,78,191); }

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

<style>
 a { background-color: #874EBF; }

 a { background-color: rgb(135,78,191); }

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

<style>
 span { border-color: #874EBF; }

 span { border-color: rgb(135,78,191); }

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