Html Css Color HEX #807594 Deluge

📋 copy color: '#807594'

red 128 ◦ green 117 ◦ blue 148

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

Shades of Deluge #807594

Tints of Deluge #807594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.77%

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

R = 32.57%
G = 29.77%
B = 37.66%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#807594 (or 0x807594) is known color: Deluge. HEX triplet: 80, 75 and 94. RGB value is (128,117,148). Sum of RGB (Red+Green+Blue) = 128+117+148=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 148 - color contains mainly: blue. Hex color #807594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807594 is #7F8A6B. Grayscale: #7B7B7B. Windows color (decimal): -8358508 or 9729408. OLE color: 9729408.

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

Color convert

RGB 128 117 148 -
CMYK 0.14 0.21 0 0.42
HSL 261.29º 0.13% 0.52% -
HSV(B) 261.29º 0.21% 0.58% -
XYZ 20.61 19.45 30.68 -
YUV 123.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 128 117 148 0.14 0.21 0 0.42 261.29 0.13 0.52
Hex 80 75 94 E 15 0 2A 105 D 34
Octal 200 165 224 16 25 0 52 405 15 64
Binary 10000000 1110101 10010100 1110 10101 0 101010 100000101 1101 110100

Color Harmonies of #807594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807594

Black with #807594

Text Example


Text Example

White with #807594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807594; }

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

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

background-color css

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

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

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

border-color css

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

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

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