#878295

Color #878295 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #878295

Tints of Deluge #878295

Color information

#878295 (or 0x878295) is unknown color: approx Deluge. HEX triplet: 87, 82 and 95. RGB value is (135,130,149). Sum of RGB (Red+Green+Blue) = 135+130+149=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 149 - color contains mainly: blue. Hex color #878295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878295 is #787D6A. Grayscale: #858585. Windows color (decimal): -7896427 or 9798279. OLE color: 9798279.

HSL color Cylindrical-coordinate representation of color #878295: hue angle of 255.79º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #878295 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135130149-
CMYK0.090.1300.42
HSL255.79º8.23%54.71%-
HSV(B)255.79º12.75%58.43%-
XYZ23.423.2931.7-
YUV133.66136.66128.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.61%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 149 (58.59% from 255) = 35.99%
R=32.61%
G=31.40%
B=35.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351301490.090.1300.42255.798.2354.71
Hex8782959D02A100837
Octal20720222511150524001067
Binary1000011110000010100101011001110101010101000000001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878295; }

 p { color: rgb(135,130,149); }

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

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

 a { background-color: rgb(135,130,149); }

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

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

 span { border-color: rgb(135,130,149); }

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