#816898

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

Shades of Deluge #816898

Tints of Deluge #816898

Color information

#816898 (or 0x816898) is unknown color: approx Deluge. HEX triplet: 81, 68 and 98. RGB value is (129,104,152). Sum of RGB (Red+Green+Blue) = 129+104+152=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 104 (41.02% from 255 or 27.01% 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 #816898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816898 is #7E9767. Grayscale: #747474. Windows color (decimal): -8296296 or 9988225. OLE color: 9988225.

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

Color convert

RGB129104152-
CMYK0.150.3200.40
HSL271.25º18.9%50.2%-
HSV(B)271.25º31.58%59.61%-
XYZ19.6716.8331.92-
YUV116.95147.78136.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.51%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=33.51%
G=27.01%
B=39.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291041520.150.3200.40271.2518.950.2
Hex816898F2002810f1332
Octal20115023017400504172362
Binary100000011101000100110001111100000010100010000111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816898; }

 p { color: rgb(129,104,152); }

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

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

 a { background-color: rgb(129,104,152); }

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

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

 span { border-color: rgb(129,104,152); }

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