Html Css Color HEX #817EAD Deluge

📋 copy color: '#817EAD'

red 129 ◦ green 126 ◦ blue 173

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

Shades of Deluge #817EAD

Tints of Deluge #817EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.42%

R = 30.14%
G = 29.44%
B = 40.42%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#817EAD (or 0x817EAD) is known color: Deluge. HEX triplet: 81, 7E and AD. RGB value is (129,126,173). Sum of RGB (Red+Green+Blue) = 129+126+173=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #817EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817EAD is #7E8152. Grayscale: #848484. Windows color (decimal): -8290643 or 11370113. OLE color: 11370113.

HSL color Cylindrical-coordinate representation of color #817EAD: hue angle of 243.83º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #817EAD is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 126 173 -
CMYK 0.25 0.27 0 0.32
HSL 243.83º 0.22% 0.59% -
HSV(B) 243.83º 0.27% 0.68% -
XYZ 24.06 22.61 42.63 -
YUV 132.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 129 126 173 0.25 0.27 0 0.32 243.83 0.22 0.59
Hex 81 7E AD 19 1B 0 20 F4 16 3B
Octal 201 176 255 31 33 0 40 364 26 73
Binary 10000001 1111110 10101101 11001 11011 0 100000 11110100 10110 111011

Color Harmonies of #817EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817EAD

Black with #817EAD

Text Example


Text Example

White with #817EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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