Html Css Color HEX #7873AE Deluge

📋 copy color: '#7873AE'

red 120 ◦ green 115 ◦ blue 174

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

Shades of Deluge #7873AE

Tints of Deluge #7873AE

RGB

 RED value IS 120 (47.27% from 255) = 29.34%

 GREEN value IS 115 (45.31% from 255) = 28.12%

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

R = 29.34%
G = 28.12%
B = 42.54%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7873AE (or 0x7873AE) is known color: Deluge. HEX triplet: 78, 73 and AE. RGB value is (120,115,174). Sum of RGB (Red+Green+Blue) = 120+115+174=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #7873AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7873AE is #878C51. Grayscale: #7A7A7A. Windows color (decimal): -8883282 or 11432824. OLE color: 11432824.

HSL color Cylindrical-coordinate representation of color #7873AE: hue angle of 245.08º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7873AE is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 115 174 -
CMYK 0.31 0.34 0 0.32
HSL 245.08º 0.27% 0.57% -
HSV(B) 245.08º 0.34% 0.68% -
XYZ 21.52 19.31 42.64 -
YUV 123.22 156.66 125.7 -
System Red Green Blue C M Y K H S L
Decimal 120 115 174 0.31 0.34 0 0.32 245.08 0.27 0.57
Hex 78 73 AE 1F 22 0 20 F5 1B 39
Octal 170 163 256 37 42 0 40 365 33 71
Binary 1111000 1110011 10101110 11111 100010 0 100000 11110101 11011 111001

Color Harmonies of #7873AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7873AE

Black with #7873AE

Text Example


Text Example

White with #7873AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7873AE; }

 p { color: rgb(120,115,174); }

 H1.HeaderClassName
 {
   color: #7873AE;
 }
 .AnyTagClassName
 {
   color: #7873AE;
 }
</style>

background-color css

<style>
 a { background-color: #7873AE; }

 a { background-color: rgb(120,115,174); }

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

border-color css

<style>
 span { border-color: #7873AE; }

 span { border-color: rgb(120,115,174); }

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