#817B9D

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

Shades of Deluge #817B9D

Tints of Deluge #817B9D

Color information

#817B9D (or 0x817B9D) is unknown color: approx Deluge. HEX triplet: 81, 7B and 9D. RGB value is (129,123,157). Sum of RGB (Red+Green+Blue) = 129+123+157=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #817B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817B9D is #7E8462. Grayscale: #808080. Windows color (decimal): -8291427 or 10320769. OLE color: 10320769.

HSL color Cylindrical-coordinate representation of color #817B9D: hue angle of 250.59º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #817B9D is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB129123157-
CMYK0.180.2200.38
HSL250.59º14.78%54.9%-
HSV(B)250.59º21.66%61.57%-
XYZ22.2221.2734.83-
YUV128.67143.99128.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.54%
GREEN value IS 123 (48.44% from 255) = 30.07%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=31.54%
G=30.07%
B=38.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291231570.180.2200.38250.5914.7854.9
Hex817B9D1216026fbf37
Octal20117323522260463731767
Binary1000000111110111001110110010101100100110111110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817B9D; }

 p { color: rgb(129,123,157); }

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

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

 a { background-color: rgb(129,123,157); }

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

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

 span { border-color: rgb(129,123,157); }

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