Html Css Color HEX #807198 Deluge

📋 copy color: '#807198'

red 128 ◦ green 113 ◦ blue 152

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

Shades of Deluge #807198

Tints of Deluge #807198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.75%

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

R = 32.57%
G = 28.75%
B = 38.68%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#807198 (or 0x807198) is known color: Deluge. HEX triplet: 80, 71 and 98. RGB value is (128,113,152). Sum of RGB (Red+Green+Blue) = 128+113+152=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 152 - color contains mainly: blue. Hex color #807198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807198 is #7F8E67. Grayscale: #797979. Windows color (decimal): -8359528 or 9990528. OLE color: 9990528.

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

Color convert

RGB 128 113 152 -
CMYK 0.16 0.26 0 0.40
HSL 263.08º 0.16% 0.52% -
HSV(B) 263.08º 0.26% 0.6% -
XYZ 20.47 18.67 32.23 -
YUV 121.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 128 113 152 0.16 0.26 0 0.40 263.08 0.16 0.52
Hex 80 71 98 10 1A 0 28 107 10 34
Octal 200 161 230 20 32 0 50 407 20 64
Binary 10000000 1110001 10011000 10000 11010 0 101000 100000111 10000 110100

Color Harmonies of #807198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807198

Black with #807198

Text Example


Text Example

White with #807198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807198; }

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

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

background-color css

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

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

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

border-color css

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

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

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