Html Css Color HEX #807297 Deluge

📋 copy color: '#807297'

red 128 ◦ green 114 ◦ blue 151

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

Shades of Deluge #807297

Tints of Deluge #807297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.42%

R = 32.57%
G = 29.01%
B = 38.42%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#807297 (or 0x807297) is known color: Deluge. HEX triplet: 80, 72 and 97. RGB value is (128,114,151). Sum of RGB (Red+Green+Blue) = 128+114+151=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 151 - color contains mainly: blue. Hex color #807297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807297 is #7F8D68. Grayscale: #7A7A7A. Windows color (decimal): -8359273 or 9925248. OLE color: 9925248.

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

Color convert

RGB 128 114 151 -
CMYK 0.15 0.25 0 0.41
HSL 262.7º 0.15% 0.52% -
HSV(B) 262.7º 0.25% 0.59% -
XYZ 20.51 18.86 31.84 -
YUV 122.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 128 114 151 0.15 0.25 0 0.41 262.7 0.15 0.52
Hex 80 72 97 F 19 0 29 107 F 34
Octal 200 162 227 17 31 0 51 407 17 64
Binary 10000000 1110010 10010111 1111 11001 0 101001 100000111 1111 110100

Color Harmonies of #807297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807297

Black with #807297

Text Example


Text Example

White with #807297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807297; }

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

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

background-color css

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

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

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

border-color css

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

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

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