Html Css Color HEX #807398 Deluge

📋 copy color: '#807398'

red 128 ◦ green 115 ◦ blue 152

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

Shades of Deluge #807398

Tints of Deluge #807398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.11%

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

R = 32.41%
G = 29.11%
B = 38.48%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#807398 (or 0x807398) is known color: Deluge. HEX triplet: 80, 73 and 98. RGB value is (128,115,152). Sum of RGB (Red+Green+Blue) = 128+115+152=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #807398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807398 is #7F8C67. Grayscale: #7A7A7A. Windows color (decimal): -8359016 or 9991040. OLE color: 9991040.

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

Color convert

RGB 128 115 152 -
CMYK 0.16 0.24 0 0.40
HSL 261.08º 0.15% 0.52% -
HSV(B) 261.08º 0.24% 0.6% -
XYZ 20.7 19.12 32.3 -
YUV 123.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 128 115 152 0.16 0.24 0 0.40 261.08 0.15 0.52
Hex 80 73 98 10 18 0 28 105 F 34
Octal 200 163 230 20 30 0 50 405 17 64
Binary 10000000 1110011 10011000 10000 11000 0 101000 100000101 1111 110100

Color Harmonies of #807398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807398

Black with #807398

Text Example


Text Example

White with #807398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807398; }

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

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

background-color css

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

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

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

border-color css

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

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

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