Html Css Color HEX #807AAE Deluge

📋 copy color: '#807AAE'

red 128 ◦ green 122 ◦ blue 174

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

Shades of Deluge #807AAE

Tints of Deluge #807AAE

RGB

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

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

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

R = 30.19%
G = 28.77%
B = 41.04%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#807AAE (or 0x807AAE) is known color: Deluge. HEX triplet: 80, 7A and AE. RGB value is (128,122,174). Sum of RGB (Red+Green+Blue) = 128+122+174=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #807AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807AAE is #7F8551. Grayscale: #818181. Windows color (decimal): -8357202 or 11434624. OLE color: 11434624.

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

Color convert

RGB 128 122 174 -
CMYK 0.26 0.30 0 0.32
HSL 246.92º 0.24% 0.58% -
HSV(B) 246.92º 0.3% 0.68% -
XYZ 23.5 21.56 42.97 -
YUV 129.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 128 122 174 0.26 0.30 0 0.32 246.92 0.24 0.58
Hex 80 7A AE 1A 1E 0 20 F7 18 3A
Octal 200 172 256 32 36 0 40 367 30 72
Binary 10000000 1111010 10101110 11010 11110 0 100000 11110111 11000 111010

Color Harmonies of #807AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807AAE

Black with #807AAE

Text Example


Text Example

White with #807AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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