#867898

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

Shades of Deluge #867898

Tints of Deluge #867898

Color information

#867898 (or 0x867898) is unknown color: approx Deluge. HEX triplet: 86, 78 and 98. RGB value is (134,120,152). Sum of RGB (Red+Green+Blue) = 134+120+152=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 152 - color contains mainly: blue. Hex color #867898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867898 is #798767. Grayscale: #7F7F7F. Windows color (decimal): -7964520 or 9992326. OLE color: 9992326.

HSL color Cylindrical-coordinate representation of color #867898: hue angle of 266.25º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #867898 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB134120152-
CMYK0.120.2100.40
HSL266.25º13.45%53.33%-
HSV(B)266.25º21.05%59.61%-
XYZ22.2220.7732.54-
YUV127.83141.64132.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 120 (47.27% from 255) = 29.56%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=33.00%
G=29.56%
B=37.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341201520.120.2100.40266.2513.4553.33
Hex867898C1502810ad35
Octal20617023014250504121565
Binary1000011011110001001100011001010101010001000010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867898; }

 p { color: rgb(134,120,152); }

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

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

 a { background-color: rgb(134,120,152); }

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

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

 span { border-color: rgb(134,120,152); }

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