#806998

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

Shades of Deluge #806998

Tints of Deluge #806998

Color information

#806998 (or 0x806998) is unknown color: approx Deluge. HEX triplet: 80, 69 and 98. RGB value is (128,105,152). Sum of RGB (Red+Green+Blue) = 128+105+152=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #806998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806998 is #7F9667. Grayscale: #757575. Windows color (decimal): -8361576 or 9988480. OLE color: 9988480.

HSL color Cylindrical-coordinate representation of color #806998: hue angle of 269.36º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #806998 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB128105152-
CMYK0.160.3100.40
HSL269.36º18.58%50.39%-
HSV(B)269.36º30.92%59.61%-
XYZ19.6216.9631.95-
YUV117.24147.62135.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.25%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=33.25%
G=27.27%
B=39.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1281051520.160.3100.40269.3618.5850.39
Hex806998101F02810d1332
Octal20015123020370504152362
Binary100000001101001100110001000011111010100010000110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806998; }

 p { color: rgb(128,105,152); }

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

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

 a { background-color: rgb(128,105,152); }

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

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

 span { border-color: rgb(128,105,152); }

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