Html Css Color HEX #817CAE Deluge

📋 copy color: '#817CAE'

red 129 ◦ green 124 ◦ blue 174

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

Shades of Deluge #817CAE

Tints of Deluge #817CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.04%

 BLUE value IS 174 (68.36% from 255) = 40.75%

R = 30.21%
G = 29.04%
B = 40.75%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#817CAE (or 0x817CAE) is known color: Deluge. HEX triplet: 81, 7C and AE. RGB value is (129,124,174). Sum of RGB (Red+Green+Blue) = 129+124+174=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #817CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817CAE is #7E8351. Grayscale: #838383. Windows color (decimal): -8291154 or 11435137. OLE color: 11435137.

HSL color Cylindrical-coordinate representation of color #817CAE: hue angle of 246º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #817CAE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 124 174 -
CMYK 0.26 0.29 0 0.32
HSL 246º 0.24% 0.58% -
HSV(B) 246º 0.29% 0.68% -
XYZ 23.9 22.14 43.06 -
YUV 131.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 129 124 174 0.26 0.29 0 0.32 246 0.24 0.58
Hex 81 7C AE 1A 1D 0 20 F6 18 3A
Octal 201 174 256 32 35 0 40 366 30 72
Binary 10000001 1111100 10101110 11010 11101 0 100000 11110110 11000 111010

Color Harmonies of #817CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817CAE

Black with #817CAE

Text Example


Text Example

White with #817CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,124,174); }

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

background-color css

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

 a { background-color: rgb(129,124,174); }

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

border-color css

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

 span { border-color: rgb(129,124,174); }

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