Html Css Color HEX #817AAF Deluge

📋 copy color: '#817AAF'

red 129 ◦ green 122 ◦ blue 175

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

Shades of Deluge #817AAF

Tints of Deluge #817AAF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

 BLUE value IS 175 (68.75% from 255) = 41.08%

R = 30.28%
G = 28.64%
B = 41.08%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#817AAF (or 0x817AAF) is known color: Deluge. HEX triplet: 81, 7A and AF. RGB value is (129,122,175). Sum of RGB (Red+Green+Blue) = 129+122+175=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #817AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817AAF is #7E8550. Grayscale: #818181. Windows color (decimal): -8291665 or 11500161. OLE color: 11500161.

HSL color Cylindrical-coordinate representation of color #817AAF: hue angle of 247.92º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #817AAF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 122 175 -
CMYK 0.26 0.30 0 0.31
HSL 247.92º 0.25% 0.58% -
HSV(B) 247.92º 0.3% 0.69% -
XYZ 23.75 21.68 43.49 -
YUV 130.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 129 122 175 0.26 0.30 0 0.31 247.92 0.25 0.58
Hex 81 7A AF 1A 1E 0 1F F8 19 3A
Octal 201 172 257 32 36 0 37 370 31 72
Binary 10000001 1111010 10101111 11010 11110 0 11111 11111000 11001 111010

Color Harmonies of #817AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817AAF

Black with #817AAF

Text Example


Text Example

White with #817AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,122,175); }

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

background-color css

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

 a { background-color: rgb(129,122,175); }

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

border-color css

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

 span { border-color: rgb(129,122,175); }

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