Html Css Color HEX #817AA4 Deluge

📋 copy color: '#817AA4'

red 129 ◦ green 122 ◦ blue 164

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

Shades of Deluge #817AA4

Tints of Deluge #817AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.52%

R = 31.08%
G = 29.4%
B = 39.52%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#817AA4 (or 0x817AA4) is known color: Deluge. HEX triplet: 81, 7A and A4. RGB value is (129,122,164). Sum of RGB (Red+Green+Blue) = 129+122+164=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 164 - color contains mainly: blue. Hex color #817AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817AA4 is #7E855B. Grayscale: #808080. Windows color (decimal): -8291676 or 10779265. OLE color: 10779265.

HSL color Cylindrical-coordinate representation of color #817AA4: hue angle of 250º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #817AA4 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 129 122 164 -
CMYK 0.21 0.26 0 0.36
HSL 250º 0.19% 0.56% -
HSV(B) 250º 0.26% 0.64% -
XYZ 22.71 21.27 38.03 -
YUV 128.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 129 122 164 0.21 0.26 0 0.36 250 0.19 0.56
Hex 81 7A A4 15 1A 0 24 FA 13 38
Octal 201 172 244 25 32 0 44 372 23 70
Binary 10000001 1111010 10100100 10101 11010 0 100100 11111010 10011 111000

Color Harmonies of #817AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817AA4

Black with #817AA4

Text Example


Text Example

White with #817AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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