Html Css Color HEX #807CAE Deluge

📋 copy color: '#807CAE'

red 128 ◦ green 124 ◦ blue 174

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

Shades of Deluge #807CAE

Tints of Deluge #807CAE

RGB

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

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

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

R = 30.05%
G = 29.11%
B = 40.85%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#807CAE (or 0x807CAE) is known color: Deluge. HEX triplet: 80, 7C and AE. RGB value is (128,124,174). Sum of RGB (Red+Green+Blue) = 128+124+174=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #807CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807CAE is #7F8351. Grayscale: #828282. Windows color (decimal): -8356690 or 11435136. OLE color: 11435136.

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

Color convert

RGB 128 124 174 -
CMYK 0.26 0.29 0 0.32
HSL 244.8º 0.24% 0.58% -
HSV(B) 244.8º 0.29% 0.68% -
XYZ 23.75 22.06 43.05 -
YUV 130.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 128 124 174 0.26 0.29 0 0.32 244.8 0.24 0.58
Hex 80 7C AE 1A 1D 0 20 F5 18 3A
Octal 200 174 256 32 35 0 40 365 30 72
Binary 10000000 1111100 10101110 11010 11101 0 100000 11110101 11000 111010

Color Harmonies of #807CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CAE

Black with #807CAE

Text Example


Text Example

White with #807CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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