Html Css Color HEX #807298 Deluge

📋 copy color: '#807298'

red 128 ◦ green 114 ◦ blue 152

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

Shades of Deluge #807298

Tints of Deluge #807298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.93%

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

R = 32.49%
G = 28.93%
B = 38.58%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#807298 (or 0x807298) is known color: Deluge. HEX triplet: 80, 72 and 98. RGB value is (128,114,152). Sum of RGB (Red+Green+Blue) = 128+114+152=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 152 - color contains mainly: blue. Hex color #807298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807298 is #7F8D67. Grayscale: #7A7A7A. Windows color (decimal): -8359272 or 9990784. OLE color: 9990784.

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

Color convert

RGB 128 114 152 -
CMYK 0.16 0.25 0 0.40
HSL 262.11º 0.16% 0.52% -
HSV(B) 262.11º 0.25% 0.6% -
XYZ 20.59 18.89 32.27 -
YUV 122.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 128 114 152 0.16 0.25 0 0.40 262.11 0.16 0.52
Hex 80 72 98 10 19 0 28 106 10 34
Octal 200 162 230 20 31 0 50 406 20 64
Binary 10000000 1110010 10011000 10000 11001 0 101000 100000110 10000 110100

Color Harmonies of #807298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807298

Black with #807298

Text Example


Text Example

White with #807298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807298; }

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

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

background-color css

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

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

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

border-color css

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

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

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