#8758bf

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

Shades of Deep Lilac #8758BF

Tints of Deep Lilac #8758BF

Color information

#8758BF (or 0x8758BF) is unknown color: approx Deep Lilac. HEX triplet: 87, 58 and BF. RGB value is (135,88,191). Sum of RGB (Red+Green+Blue) = 135+88+191=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #8758BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8758BF is #78A740. Grayscale: #717171. Windows color (decimal): -7907137 or 12540039. OLE color: 12540039.

HSL color Cylindrical-coordinate representation of color #8758BF: hue angle of 267.38º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8758BF is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13588191-
CMYK0.290.5400.25
HSL267.38º44.59%54.71%-
HSV(B)267.38º53.93%74.9%-
XYZ22.8915.8951.15-
YUV113.79171.57143.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.61%
GREEN value IS 88 (34.77% from 255) = 21.26%
BLUE value IS 191 (75% from 255) = 46.14%
R=32.61%
G=21.26%
B=46.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135881910.290.5400.25267.3844.5954.71
Hex8758BF1D3601910b2d37
Octal20713027735660314135567
Binary1000011110110001011111111101110110011001100001011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8758bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8758bf; }

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

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

<style>
 a { background-color: #8758bf; }

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

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

<style>
 span { border-color: #8758bf; }

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

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