#867698

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

Shades of Deluge #867698

Tints of Deluge #867698

Color information

#867698 (or 0x867698) is unknown color: approx Deluge. HEX triplet: 86, 76 and 98. RGB value is (134,118,152). Sum of RGB (Red+Green+Blue) = 134+118+152=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: blue. Hex color #867698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867698 is #798967. Grayscale: #7E7E7E. Windows color (decimal): -7965032 or 9991814. OLE color: 9991814.

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

Color convert

RGB134118152-
CMYK0.120.2200.40
HSL268.24º14.17%52.94%-
HSV(B)268.24º22.37%59.61%-
XYZ21.9820.2932.46-
YUV126.66142.3133.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 118 (46.48% from 255) = 29.21%
BLUE value IS 152 (59.77% from 255) = 37.62%
R=33.17%
G=29.21%
B=37.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341181520.120.2200.40268.2414.1752.94
Hex867698C1602810ce35
Octal20616623014260504141665
Binary1000011011101101001100011001011001010001000011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867698; }

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

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

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

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

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

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

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

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