Html Css Color HEX #81729B Deluge

📋 copy color: '#81729B'

red 129 ◦ green 114 ◦ blue 155

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

Shades of Deluge #81729B

Tints of Deluge #81729B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.64%

 BLUE value IS 155 (60.94% from 255) = 38.94%

R = 32.41%
G = 28.64%
B = 38.94%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81729B (or 0x81729B) is known color: Deluge. HEX triplet: 81, 72 and 9B. RGB value is (129,114,155). Sum of RGB (Red+Green+Blue) = 129+114+155=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #81729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81729B is #7E8D64. Grayscale: #7B7B7B. Windows color (decimal): -8293733 or 10187393. OLE color: 10187393.

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

Color convert

RGB 129 114 155 -
CMYK 0.17 0.26 0 0.39
HSL 261.95º 0.17% 0.53% -
HSV(B) 261.95º 0.26% 0.61% -
XYZ 20.99 19.07 33.58 -
YUV 123.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 129 114 155 0.17 0.26 0 0.39 261.95 0.17 0.53
Hex 81 72 9B 11 1A 0 27 106 11 35
Octal 201 162 233 21 32 0 47 406 21 65
Binary 10000001 1110010 10011011 10001 11010 0 100111 100000110 10001 110101

Color Harmonies of #81729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81729B

Black with #81729B

Text Example


Text Example

White with #81729B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81729B;
 }
 .AnyTagClassName
 {
   color: #81729B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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