Html Css Color HEX #81769E Deluge

📋 copy color: '#81769E'

red 129 ◦ green 118 ◦ blue 158

#81769E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #81769E

Tints of Deluge #81769E

RGB

 RED value IS 129 (50.78% from 255) = 31.85%

 GREEN value IS 118 (46.48% from 255) = 29.14%

 BLUE value IS 158 (62.11% from 255) = 39.01%

R = 31.85%
G = 29.14%
B = 39.01%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#81769E (or 0x81769E) is known color: Deluge. HEX triplet: 81, 76 and 9E. RGB value is (129,118,158). Sum of RGB (Red+Green+Blue) = 129+118+158=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #81769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81769E is #7E8961. Grayscale: #7D7D7D. Windows color (decimal): -8292706 or 10385025. OLE color: 10385025.

HSL color Cylindrical-coordinate representation of color #81769E: hue angle of 256.5º 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 #81769E is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 118 158 -
CMYK 0.18 0.25 0 0.38
HSL 256.5º 0.17% 0.54% -
HSV(B) 256.5º 0.25% 0.62% -
XYZ 21.7 20.09 35.08 -
YUV 125.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 129 118 158 0.18 0.25 0 0.38 256.5 0.17 0.54
Hex 81 76 9E 12 19 0 26 100 11 36
Octal 201 166 236 22 31 0 46 400 21 66
Binary 10000001 1110110 10011110 10010 11001 0 100110 100000000 10001 110110

Color Harmonies of #81769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81769E

Black with #81769E

Text Example


Text Example

White with #81769E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81769E;
 }
 .AnyTagClassName
 {
   color: #81769E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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