Html Css Color HEX #817DAE Deluge

📋 copy color: '#817DAE'

red 129 ◦ green 125 ◦ blue 174

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

Shades of Deluge #817DAE

Tints of Deluge #817DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.65%

R = 30.14%
G = 29.21%
B = 40.65%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#817DAE (or 0x817DAE) is known color: Deluge. HEX triplet: 81, 7D and AE. RGB value is (129,125,174). Sum of RGB (Red+Green+Blue) = 129+125+174=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #817DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817DAE is #7E8251. Grayscale: #838383. Windows color (decimal): -8290898 or 11435393. OLE color: 11435393.

HSL color Cylindrical-coordinate representation of color #817DAE: hue angle of 244.9º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #817DAE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 125 174 -
CMYK 0.26 0.28 0 0.32
HSL 244.9º 0.23% 0.59% -
HSV(B) 244.9º 0.28% 0.68% -
XYZ 24.03 22.39 43.1 -
YUV 131.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 129 125 174 0.26 0.28 0 0.32 244.9 0.23 0.59
Hex 81 7D AE 1A 1C 0 20 F5 17 3B
Octal 201 175 256 32 34 0 40 365 27 73
Binary 10000001 1111101 10101110 11010 11100 0 100000 11110101 10111 111011

Color Harmonies of #817DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817DAE

Black with #817DAE

Text Example


Text Example

White with #817DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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