Html Css Color HEX #807599 Deluge

📋 copy color: '#807599'

red 128 ◦ green 117 ◦ blue 153

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

Shades of Deluge #807599

Tints of Deluge #807599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.44%

R = 32.16%
G = 29.4%
B = 38.44%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#807599 (or 0x807599) is known color: Deluge. HEX triplet: 80, 75 and 99. RGB value is (128,117,153). Sum of RGB (Red+Green+Blue) = 128+117+153=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 153 - color contains mainly: blue. Hex color #807599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807599 is #7F8A66. Grayscale: #7C7C7C. Windows color (decimal): -8358503 or 10057088. OLE color: 10057088.

HSL color Cylindrical-coordinate representation of color #807599: hue angle of 258.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #807599 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 117 153 -
CMYK 0.16 0.24 0 0.4
HSL 258.33º 0.15% 0.53% -
HSV(B) 258.33º 0.24% 0.6% -
XYZ 21.01 19.61 32.81 -
YUV 124.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 128 117 153 0.16 0.24 0 0.4 258.33 0.15 0.53
Hex 80 75 99 10 18 0 28 102 F 35
Octal 200 165 231 20 30 0 50 402 17 65
Binary 10000000 1110101 10011001 10000 11000 0 101000 100000010 1111 110101

Color Harmonies of #807599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807599

Black with #807599

Text Example


Text Example

White with #807599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807599; }

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

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

background-color css

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

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

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

border-color css

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

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

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