Html Css Color HEX #807098 Deluge

📋 copy color: '#807098'

red 128 ◦ green 112 ◦ blue 152

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

Shades of Deluge #807098

Tints of Deluge #807098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.57%

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

R = 32.65%
G = 28.57%
B = 38.78%

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

#807098 (or 0x807098) is known color: Deluge. HEX triplet: 80, 70 and 98. RGB value is (128,112,152). Sum of RGB (Red+Green+Blue) = 128+112+152=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 152 - color contains mainly: blue. Hex color #807098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807098 is #7F8F67. Grayscale: #797979. Windows color (decimal): -8359784 or 9990272. OLE color: 9990272.

HSL color Cylindrical-coordinate representation of color #807098: hue angle of 264º 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 #807098 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 112 152 -
CMYK 0.16 0.26 0 0.40
HSL 264º 0.16% 0.52% -
HSV(B) 264º 0.26% 0.6% -
XYZ 20.36 18.44 32.19 -
YUV 121.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 128 112 152 0.16 0.26 0 0.40 264 0.16 0.52
Hex 80 70 98 10 1A 0 28 108 10 34
Octal 200 160 230 20 32 0 50 410 20 64
Binary 10000000 1110000 10011000 10000 11010 0 101000 100001000 10000 110100

Color Harmonies of #807098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807098

Black with #807098

Text Example


Text Example

White with #807098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807098; }

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

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

background-color css

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

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

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

border-color css

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

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

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