Html Css Color HEX #807D98 Deluge

📋 copy color: '#807D98'

red 128 ◦ green 125 ◦ blue 152

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

Shades of Deluge #807D98

Tints of Deluge #807D98

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.86%

 BLUE value IS 152 (59.77% from 255) = 37.53%

R = 31.6%
G = 30.86%
B = 37.53%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#807D98 (or 0x807D98) is known color: Deluge. HEX triplet: 80, 7D and 98. RGB value is (128,125,152). Sum of RGB (Red+Green+Blue) = 128+125+152=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 152 - color contains mainly: blue. Hex color #807D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807D98 is #7F8267. Grayscale: #808080. Windows color (decimal): -8356456 or 9993600. OLE color: 9993600.

HSL color Cylindrical-coordinate representation of color #807D98: hue angle of 246.67º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #807D98 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 125 152 -
CMYK 0.16 0.18 0 0.40
HSL 246.67º 0.12% 0.54% -
HSV(B) 246.67º 0.18% 0.6% -
XYZ 21.9 21.52 32.71 -
YUV 128.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 128 125 152 0.16 0.18 0 0.40 246.67 0.12 0.54
Hex 80 7D 98 10 12 0 28 F7 C 36
Octal 200 175 230 20 22 0 50 367 14 66
Binary 10000000 1111101 10011000 10000 10010 0 101000 11110111 1100 110110

Color Harmonies of #807D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807D98

Black with #807D98

Text Example


Text Example

White with #807D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807D98; }

 p { color: rgb(128,125,152); }

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

background-color css

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

 a { background-color: rgb(128,125,152); }

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

border-color css

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

 span { border-color: rgb(128,125,152); }

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