#878298

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

Shades of Deluge #878298

Tints of Deluge #878298

Color information

#878298 (or 0x878298) is unknown color: approx Deluge. HEX triplet: 87, 82 and 98. RGB value is (135,130,152). Sum of RGB (Red+Green+Blue) = 135+130+152=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 152 - color contains mainly: blue. Hex color #878298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878298 is #787D67. Grayscale: #858585. Windows color (decimal): -7896424 or 9994887. OLE color: 9994887.

HSL color Cylindrical-coordinate representation of color #878298: hue angle of 253.64º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #878298 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB135130152-
CMYK0.110.1400.40
HSL253.64º9.65%55.29%-
HSV(B)253.64º14.47%59.61%-
XYZ23.6423.3832.97-
YUV134138.16128.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=32.37%
G=31.18%
B=36.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351301520.110.1400.40253.649.6555.29
Hex878298BE028fea37
Octal20720223013160503761267
Binary100001111000001010011000101111100101000111111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878298; }

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

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

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

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

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

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

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

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