Html Css Color HEX #817DAC Deluge

📋 copy color: '#817DAC'

red 129 ◦ green 125 ◦ blue 172

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

Shades of Deluge #817DAC

Tints of Deluge #817DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.38%

R = 30.28%
G = 29.34%
B = 40.38%

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

#817DAC (or 0x817DAC) is known color: Deluge. HEX triplet: 81, 7D and AC. RGB value is (129,125,172). Sum of RGB (Red+Green+Blue) = 129+125+172=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #817DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817DAC is #7E8253. Grayscale: #838383. Windows color (decimal): -8290900 or 11304321. OLE color: 11304321.

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

Color convert

RGB 129 125 172 -
CMYK 0.25 0.27 0 0.33
HSL 245.11º 0.22% 0.58% -
HSV(B) 245.11º 0.27% 0.67% -
XYZ 23.83 22.31 42.08 -
YUV 131.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 129 125 172 0.25 0.27 0 0.33 245.11 0.22 0.58
Hex 81 7D AC 19 1B 0 21 F5 16 3A
Octal 201 175 254 31 33 0 41 365 26 72
Binary 10000001 1111101 10101100 11001 11011 0 100001 11110101 10110 111010

Color Harmonies of #817DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817DAC

Black with #817DAC

Text Example


Text Example

White with #817DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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