Html Css Color HEX #807E98 Deluge

📋 copy color: '#807E98'

red 128 ◦ green 126 ◦ blue 152

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

Shades of Deluge #807E98

Tints of Deluge #807E98

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.03%

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

R = 31.53%
G = 31.03%
B = 37.44%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#807E98 (or 0x807E98) is known color: Deluge. HEX triplet: 80, 7E and 98. RGB value is (128,126,152). Sum of RGB (Red+Green+Blue) = 128+126+152=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 152 - color contains mainly: blue. Hex color #807E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807E98 is #7F8167. Grayscale: #818181. Windows color (decimal): -8356200 or 9993856. OLE color: 9993856.

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

Color convert

RGB 128 126 152 -
CMYK 0.16 0.17 0 0.40
HSL 244.62º 0.11% 0.55% -
HSV(B) 244.62º 0.17% 0.6% -
XYZ 22.03 21.78 32.75 -
YUV 129.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 128 126 152 0.16 0.17 0 0.40 244.62 0.11 0.55
Hex 80 7E 98 10 11 0 28 F5 B 37
Octal 200 176 230 20 21 0 50 365 13 67
Binary 10000000 1111110 10011000 10000 10001 0 101000 11110101 1011 110111

Color Harmonies of #807E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807E98

Black with #807E98

Text Example


Text Example

White with #807E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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