Html Css Color HEX #817BAE Deluge

📋 copy color: '#817BAE'

red 129 ◦ green 123 ◦ blue 174

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

Shades of Deluge #817BAE

Tints of Deluge #817BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.87%

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

R = 30.28%
G = 28.87%
B = 40.85%

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

#817BAE (or 0x817BAE) is known color: Deluge. HEX triplet: 81, 7B and AE. RGB value is (129,123,174). Sum of RGB (Red+Green+Blue) = 129+123+174=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #817BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817BAE is #7E8451. Grayscale: #828282. Windows color (decimal): -8291410 or 11434881. OLE color: 11434881.

HSL color Cylindrical-coordinate representation of color #817BAE: hue angle of 247.06º 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 #817BAE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 123 174 -
CMYK 0.26 0.29 0 0.32
HSL 247.06º 0.24% 0.58% -
HSV(B) 247.06º 0.29% 0.68% -
XYZ 23.78 21.89 43.02 -
YUV 130.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 129 123 174 0.26 0.29 0 0.32 247.06 0.24 0.58
Hex 81 7B AE 1A 1D 0 20 F7 18 3A
Octal 201 173 256 32 35 0 40 367 30 72
Binary 10000001 1111011 10101110 11010 11101 0 100000 11110111 11000 111010

Color Harmonies of #817BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817BAE

Black with #817BAE

Text Example


Text Example

White with #817BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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