Html Css Color HEX #807993 Deluge

📋 copy color: '#807993'

red 128 ◦ green 121 ◦ blue 147

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

Shades of Deluge #807993

Tints of Deluge #807993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.56%

 BLUE value IS 147 (57.81% from 255) = 37.12%

R = 32.32%
G = 30.56%
B = 37.12%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#807993 (or 0x807993) is known color: Deluge. HEX triplet: 80, 79 and 93. RGB value is (128,121,147). Sum of RGB (Red+Green+Blue) = 128+121+147=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 147 - color contains mainly: blue. Hex color #807993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807993 is #7F866C. Grayscale: #7D7D7D. Windows color (decimal): -8357485 or 9664896. OLE color: 9664896.

HSL color Cylindrical-coordinate representation of color #807993: hue angle of 256.15º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #807993 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 121 147 -
CMYK 0.13 0.18 0 0.42
HSL 256.15º 0.11% 0.53% -
HSV(B) 256.15º 0.18% 0.58% -
XYZ 21.01 20.37 30.43 -
YUV 126.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 128 121 147 0.13 0.18 0 0.42 256.15 0.11 0.53
Hex 80 79 93 D 12 0 2A 100 B 35
Octal 200 171 223 15 22 0 52 400 13 65
Binary 10000000 1111001 10010011 1101 10010 0 101010 100000000 1011 110101

Color Harmonies of #807993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807993

Black with #807993

Text Example


Text Example

White with #807993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807993; }

 p { color: rgb(128,121,147); }

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

background-color css

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

 a { background-color: rgb(128,121,147); }

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

border-color css

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

 span { border-color: rgb(128,121,147); }

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