Html Css Color HEX #80759B Deluge

📋 copy color: '#80759B'

red 128 ◦ green 117 ◦ blue 155

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

Shades of Deluge #80759B

Tints of Deluge #80759B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 32%
G = 29.25%
B = 38.75%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80759B (or 0x80759B) is known color: Deluge. HEX triplet: 80, 75 and 9B. RGB value is (128,117,155). Sum of RGB (Red+Green+Blue) = 128+117+155=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #80759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80759B is #7F8A64. Grayscale: #7C7C7C. Windows color (decimal): -8358501 or 10188160. OLE color: 10188160.

HSL color Cylindrical-coordinate representation of color #80759B: hue angle of 257.37º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80759B is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 117 155 -
CMYK 0.17 0.25 0 0.39
HSL 257.37º 0.16% 0.53% -
HSV(B) 257.37º 0.25% 0.61% -
XYZ 21.18 19.68 33.69 -
YUV 124.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 128 117 155 0.17 0.25 0 0.39 257.37 0.16 0.53
Hex 80 75 9B 11 19 0 27 101 10 35
Octal 200 165 233 21 31 0 47 401 20 65
Binary 10000000 1110101 10011011 10001 11001 0 100111 100000001 10000 110101

Color Harmonies of #80759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80759B

Black with #80759B

Text Example


Text Example

White with #80759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80759B; }

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

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

background-color css

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

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

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

border-color css

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

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

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