#874CBF

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

Shades of Deep Lilac #874CBF

Tints of Deep Lilac #874CBF

Color information

#874CBF (or 0x874CBF) is unknown color: approx Deep Lilac. HEX triplet: 87, 4C and BF. RGB value is (135,76,191). Sum of RGB (Red+Green+Blue) = 135+76+191=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #874CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874CBF is #78B340. Grayscale: #6A6A6A. Windows color (decimal): -7910209 or 12536967. OLE color: 12536967.

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

Color convert

RGB13576191-
CMYK0.290.6000.25
HSL270.78º47.33%52.35%-
HSV(B)270.78º60.21%74.9%-
XYZ21.9814.0850.85-
YUV106.75175.55148.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.58%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 191 (75% from 255) = 47.51%
R=33.58%
G=18.91%
B=47.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135761910.290.6000.25270.7847.3352.35
Hex874CBF1D3C01910f2f34
Octal20711427735740314175764
Binary1000011110011001011111111101111100011001100001111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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