#817B9C

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

Shades of Deluge #817B9C

Tints of Deluge #817B9C

Color information

#817B9C (or 0x817B9C) is unknown color: approx Deluge. HEX triplet: 81, 7B and 9C. RGB value is (129,123,156). Sum of RGB (Red+Green+Blue) = 129+123+156=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #817B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817B9C is #7E8463. Grayscale: #808080. Windows color (decimal): -8291428 or 10255233. OLE color: 10255233.

HSL color Cylindrical-coordinate representation of color #817B9C: hue angle of 250.91º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #817B9C is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB129123156-
CMYK0.170.2100.39
HSL250.91º14.29%54.71%-
HSV(B)250.91º21.15%61.18%-
XYZ22.1421.2334.38-
YUV128.56143.49128.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.62%
GREEN value IS 123 (48.44% from 255) = 30.15%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=31.62%
G=30.15%
B=38.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291231560.170.2100.39250.9114.2954.71
Hex817B9C1115027fbe37
Octal20117323421250473731667
Binary1000000111110111001110010001101010100111111110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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