#81769B

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

Shades of Deluge #81769B

Tints of Deluge #81769B

Color information

#81769B (or 0x81769B) is unknown color: approx Deluge. HEX triplet: 81, 76 and 9B. RGB value is (129,118,155). Sum of RGB (Red+Green+Blue) = 129+118+155=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #81769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81769B is #7E8964. Grayscale: #7D7D7D. Windows color (decimal): -8292709 or 10188417. OLE color: 10188417.

HSL color Cylindrical-coordinate representation of color #81769B: hue angle of 257.84º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81769B is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB129118155-
CMYK0.170.2400.39
HSL257.84º15.61%53.53%-
HSV(B)257.84º23.87%60.78%-
XYZ21.4519.9933.74-
YUV125.51144.64130.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.09%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=32.09%
G=29.35%
B=38.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291181550.170.2400.39257.8415.6153.53
Hex81769B11180271021036
Octal20116623321300474022066
Binary100000011110110100110111000111000010011110000001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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