Html Css Color HEX #817EAC Deluge

📋 copy color: '#817EAC'

red 129 ◦ green 126 ◦ blue 172

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

Shades of Deluge #817EAC

Tints of Deluge #817EAC

RGB

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

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

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

R = 30.21%
G = 29.51%
B = 40.28%

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

#817EAC (or 0x817EAC) is known color: Deluge. HEX triplet: 81, 7E and AC. RGB value is (129,126,172). Sum of RGB (Red+Green+Blue) = 129+126+172=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #817EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817EAC is #7E8153. Grayscale: #838383. Windows color (decimal): -8290644 or 11304577. OLE color: 11304577.

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

Color convert

RGB 129 126 172 -
CMYK 0.25 0.27 0 0.33
HSL 243.91º 0.22% 0.58% -
HSV(B) 243.91º 0.27% 0.67% -
XYZ 23.96 22.57 42.12 -
YUV 132.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 129 126 172 0.25 0.27 0 0.33 243.91 0.22 0.58
Hex 81 7E AC 19 1B 0 21 F4 16 3A
Octal 201 176 254 31 33 0 41 364 26 72
Binary 10000001 1111110 10101100 11001 11011 0 100001 11110100 10110 111010

Color Harmonies of #817EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817EAC

Black with #817EAC

Text Example


Text Example

White with #817EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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