Html Css Color HEX #817DAB Deluge

📋 copy color: '#817DAB'

red 129 ◦ green 125 ◦ blue 171

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

Shades of Deluge #817DAB

Tints of Deluge #817DAB

RGB

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

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

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

R = 30.35%
G = 29.41%
B = 40.24%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#817DAB (or 0x817DAB) is known color: Deluge. HEX triplet: 81, 7D and AB. RGB value is (129,125,171). Sum of RGB (Red+Green+Blue) = 129+125+171=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #817DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817DAB is #7E8254. Grayscale: #838383. Windows color (decimal): -8290901 or 11238785. OLE color: 11238785.

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

Color convert

RGB 129 125 171 -
CMYK 0.25 0.27 0 0.33
HSL 245.22º 0.21% 0.58% -
HSV(B) 245.22º 0.27% 0.67% -
XYZ 23.74 22.27 41.58 -
YUV 131.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 129 125 171 0.25 0.27 0 0.33 245.22 0.21 0.58
Hex 81 7D AB 19 1B 0 21 F5 15 3A
Octal 201 175 253 31 33 0 41 365 25 72
Binary 10000001 1111101 10101011 11001 11011 0 100001 11110101 10101 111010

Color Harmonies of #817DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817DAB

Black with #817DAB

Text Example


Text Example

White with #817DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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