Html Css Color HEX #807AA1 Deluge

📋 copy color: '#807AA1'

red 128 ◦ green 122 ◦ blue 161

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

Shades of Deluge #807AA1

Tints of Deluge #807AA1

RGB

 RED value IS 128 (50.39% from 255) = 31.14%

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

 BLUE value IS 161 (63.28% from 255) = 39.17%

R = 31.14%
G = 29.68%
B = 39.17%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#807AA1 (or 0x807AA1) is known color: Deluge. HEX triplet: 80, 7A and A1. RGB value is (128,122,161). Sum of RGB (Red+Green+Blue) = 128+122+161=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 161 - color contains mainly: blue. Hex color #807AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807AA1 is #7F855E. Grayscale: #808080. Windows color (decimal): -8357215 or 10582656. OLE color: 10582656.

HSL color Cylindrical-coordinate representation of color #807AA1: hue angle of 249.23º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #807AA1 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 122 161 -
CMYK 0.20 0.24 0 0.37
HSL 249.23º 0.17% 0.55% -
HSV(B) 249.23º 0.24% 0.63% -
XYZ 22.29 21.08 36.61 -
YUV 128.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 128 122 161 0.20 0.24 0 0.37 249.23 0.17 0.55
Hex 80 7A A1 14 18 0 25 F9 11 37
Octal 200 172 241 24 30 0 45 371 21 67
Binary 10000000 1111010 10100001 10100 11000 0 100101 11111001 10001 110111

Color Harmonies of #807AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807AA1

Black with #807AA1

Text Example


Text Example

White with #807AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807AA1; }

 p { color: rgb(128,122,161); }

 H1.HeaderClassName
 {
   color: #807AA1;
 }
 .AnyTagClassName
 {
   color: #807AA1;
 }
</style>

background-color css

<style>
 a { background-color: #807AA1; }

 a { background-color: rgb(128,122,161); }

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

border-color css

<style>
 span { border-color: #807AA1; }

 span { border-color: rgb(128,122,161); }

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