Html Css Color HEX #817EAA Deluge

📋 copy color: '#817EAA'

red 129 ◦ green 126 ◦ blue 170

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

Shades of Deluge #817EAA

Tints of Deluge #817EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.65%

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

R = 30.35%
G = 29.65%
B = 40%

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

#817EAA (or 0x817EAA) is known color: Deluge. HEX triplet: 81, 7E and AA. RGB value is (129,126,170). Sum of RGB (Red+Green+Blue) = 129+126+170=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #817EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817EAA is #7E8155. Grayscale: #838383. Windows color (decimal): -8290646 or 11173505. OLE color: 11173505.

HSL color Cylindrical-coordinate representation of color #817EAA: hue angle of 244.09º 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 #817EAA is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 126 170 -
CMYK 0.24 0.26 0 0.33
HSL 244.09º 0.21% 0.58% -
HSV(B) 244.09º 0.26% 0.67% -
XYZ 23.77 22.49 41.12 -
YUV 131.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 129 126 170 0.24 0.26 0 0.33 244.09 0.21 0.58
Hex 81 7E AA 18 1A 0 21 F4 15 3A
Octal 201 176 252 30 32 0 41 364 25 72
Binary 10000001 1111110 10101010 11000 11010 0 100001 11110100 10101 111010

Color Harmonies of #817EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817EAA

Black with #817EAA

Text Example


Text Example

White with #817EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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