Html Css Color HEX #807894 Deluge

📋 copy color: '#807894'

red 128 ◦ green 120 ◦ blue 148

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

Shades of Deluge #807894

Tints of Deluge #807894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.3%

 BLUE value IS 148 (58.2% from 255) = 37.37%

R = 32.32%
G = 30.3%
B = 37.37%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#807894 (or 0x807894) is known color: Deluge. HEX triplet: 80, 78 and 94. RGB value is (128,120,148). Sum of RGB (Red+Green+Blue) = 128+120+148=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 148 - color contains mainly: blue. Hex color #807894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807894 is #7F876B. Grayscale: #7D7D7D. Windows color (decimal): -8357740 or 9730176. OLE color: 9730176.

HSL color Cylindrical-coordinate representation of color #807894: hue angle of 257.14º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #807894 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 120 148 -
CMYK 0.14 0.19 0 0.42
HSL 257.14º 0.12% 0.53% -
HSV(B) 257.14º 0.19% 0.58% -
XYZ 20.96 20.16 30.8 -
YUV 125.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 128 120 148 0.14 0.19 0 0.42 257.14 0.12 0.53
Hex 80 78 94 E 13 0 2A 101 C 35
Octal 200 170 224 16 23 0 52 401 14 65
Binary 10000000 1111000 10010100 1110 10011 0 101010 100000001 1100 110101

Color Harmonies of #807894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807894

Black with #807894

Text Example


Text Example

White with #807894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807894; }

 p { color: rgb(128,120,148); }

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

background-color css

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

 a { background-color: rgb(128,120,148); }

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

border-color css

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

 span { border-color: rgb(128,120,148); }

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