Html Css Color HEX #817DAA Deluge

📋 copy color: '#817DAA'

red 129 ◦ green 125 ◦ blue 170

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

Shades of Deluge #817DAA

Tints of Deluge #817DAA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.48%

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 30.42%
G = 29.48%
B = 40.09%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#817DAA (or 0x817DAA) is known color: Deluge. HEX triplet: 81, 7D and AA. RGB value is (129,125,170). Sum of RGB (Red+Green+Blue) = 129+125+170=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #817DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817DAA is #7E8255. Grayscale: #838383. Windows color (decimal): -8290902 or 11173249. OLE color: 11173249.

HSL color Cylindrical-coordinate representation of color #817DAA: hue angle of 245.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #817DAA is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 125 170 -
CMYK 0.24 0.26 0 0.33
HSL 245.33º 0.21% 0.58% -
HSV(B) 245.33º 0.26% 0.67% -
XYZ 23.64 22.24 41.08 -
YUV 131.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 129 125 170 0.24 0.26 0 0.33 245.33 0.21 0.58
Hex 81 7D AA 18 1A 0 21 F5 15 3A
Octal 201 175 252 30 32 0 41 365 25 72
Binary 10000001 1111101 10101010 11000 11010 0 100001 11110101 10101 111010

Color Harmonies of #817DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817DAA

Black with #817DAA

Text Example


Text Example

White with #817DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817DAA; }

 p { color: rgb(129,125,170); }

 H1.HeaderClassName
 {
   color: #817DAA;
 }
 .AnyTagClassName
 {
   color: #817DAA;
 }
</style>

background-color css

<style>
 a { background-color: #817DAA; }

 a { background-color: rgb(129,125,170); }

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

border-color css

<style>
 span { border-color: #817DAA; }

 span { border-color: rgb(129,125,170); }

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