#81769D

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

Shades of Deluge #81769D

Tints of Deluge #81769D

Color information

#81769D (or 0x81769D) is unknown color: approx Deluge. HEX triplet: 81, 76 and 9D. RGB value is (129,118,157). Sum of RGB (Red+Green+Blue) = 129+118+157=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #81769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81769D is #7E8962. Grayscale: #7D7D7D. Windows color (decimal): -8292707 or 10319489. OLE color: 10319489.

HSL color Cylindrical-coordinate representation of color #81769D: hue angle of 256.92º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81769D is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB129118157-
CMYK0.180.2500.38
HSL256.92º16.6%53.92%-
HSV(B)256.92º24.84%61.57%-
XYZ21.6220.0634.63-
YUV125.73145.64130.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.93%
GREEN value IS 118 (46.48% from 255) = 29.21%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=31.93%
G=29.21%
B=38.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291181570.180.2500.38256.9216.653.92
Hex81769D12190261011136
Octal20116623522310464012166
Binary100000011110110100111011001011001010011010000000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81769D; }

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

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

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

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

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

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

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

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