Html Css Color HEX #807CAA Deluge

📋 copy color: '#807CAA'

red 128 ◦ green 124 ◦ blue 170

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

Shades of Deluge #807CAA

Tints of Deluge #807CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.38%

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 30.33%
G = 29.38%
B = 40.28%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#807CAA (or 0x807CAA) is known color: Deluge. HEX triplet: 80, 7C and AA. RGB value is (128,124,170). Sum of RGB (Red+Green+Blue) = 128+124+170=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #807CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807CAA is #7F8355. Grayscale: #828282. Windows color (decimal): -8356694 or 11172992. OLE color: 11172992.

HSL color Cylindrical-coordinate representation of color #807CAA: hue angle of 245.22º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #807CAA is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 124 170 -
CMYK 0.25 0.27 0 0.33
HSL 245.22º 0.21% 0.58% -
HSV(B) 245.22º 0.27% 0.67% -
XYZ 23.37 21.91 41.03 -
YUV 130.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 128 124 170 0.25 0.27 0 0.33 245.22 0.21 0.58
Hex 80 7C AA 19 1B 0 21 F5 15 3A
Octal 200 174 252 31 33 0 41 365 25 72
Binary 10000000 1111100 10101010 11001 11011 0 100001 11110101 10101 111010

Color Harmonies of #807CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CAA

Black with #807CAA

Text Example


Text Example

White with #807CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,124,170); }

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

background-color css

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

 a { background-color: rgb(128,124,170); }

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

border-color css

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

 span { border-color: rgb(128,124,170); }

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