Html Css Color HEX #817EAB Deluge

📋 copy color: '#817EAB'

red 129 ◦ green 126 ◦ blue 171

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

Shades of Deluge #817EAB

Tints of Deluge #817EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.14%

R = 30.28%
G = 29.58%
B = 40.14%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#817EAB (or 0x817EAB) is known color: Deluge. HEX triplet: 81, 7E and AB. RGB value is (129,126,171). Sum of RGB (Red+Green+Blue) = 129+126+171=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #817EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817EAB is #7E8154. Grayscale: #838383. Windows color (decimal): -8290645 or 11239041. OLE color: 11239041.

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

Color convert

RGB 129 126 171 -
CMYK 0.25 0.26 0 0.33
HSL 244º 0.21% 0.58% -
HSV(B) 244º 0.26% 0.67% -
XYZ 23.86 22.53 41.62 -
YUV 132.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 129 126 171 0.25 0.26 0 0.33 244 0.21 0.58
Hex 81 7E AB 19 1A 0 21 F4 15 3A
Octal 201 176 253 31 32 0 41 364 25 72
Binary 10000001 1111110 10101011 11001 11010 0 100001 11110100 10101 111010

Color Harmonies of #817EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817EAB

Black with #817EAB

Text Example


Text Example

White with #817EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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