Html Css Color HEX #81739A Deluge

📋 copy color: '#81739A'

red 129 ◦ green 115 ◦ blue 154

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

Shades of Deluge #81739A

Tints of Deluge #81739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

 BLUE value IS 154 (60.55% from 255) = 38.69%

R = 32.41%
G = 28.89%
B = 38.69%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#81739A (or 0x81739A) is known color: Deluge. HEX triplet: 81, 73 and 9A. RGB value is (129,115,154). Sum of RGB (Red+Green+Blue) = 129+115+154=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 154 - color contains mainly: blue. Hex color #81739A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81739A is #7E8C65. Grayscale: #7B7B7B. Windows color (decimal): -8293478 or 10122113. OLE color: 10122113.

HSL color Cylindrical-coordinate representation of color #81739A: hue angle of 261.54º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81739A is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 115 154 -
CMYK 0.16 0.25 0 0.40
HSL 261.54º 0.16% 0.53% -
HSV(B) 261.54º 0.25% 0.6% -
XYZ 21.02 19.26 33.18 -
YUV 123.63 145.14 131.83 -
System Red Green Blue C M Y K H S L
Decimal 129 115 154 0.16 0.25 0 0.40 261.54 0.16 0.53
Hex 81 73 9A 10 19 0 28 106 10 35
Octal 201 163 232 20 31 0 50 406 20 65
Binary 10000001 1110011 10011010 10000 11001 0 101000 100000110 10000 110101

Color Harmonies of #81739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81739A

Black with #81739A

Text Example


Text Example

White with #81739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81739A; }

 p { color: rgb(129,115,154); }

 H1.HeaderClassName
 {
   color: #81739A;
 }
 .AnyTagClassName
 {
   color: #81739A;
 }
</style>

background-color css

<style>
 a { background-color: #81739A; }

 a { background-color: rgb(129,115,154); }

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

border-color css

<style>
 span { border-color: #81739A; }

 span { border-color: rgb(129,115,154); }

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