Html Css Color HEX #807D9D Deluge

📋 copy color: '#807D9D'

red 128 ◦ green 125 ◦ blue 157

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

Shades of Deluge #807D9D

Tints of Deluge #807D9D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.49%

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 31.22%
G = 30.49%
B = 38.29%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#807D9D (or 0x807D9D) is known color: Deluge. HEX triplet: 80, 7D and 9D. RGB value is (128,125,157). Sum of RGB (Red+Green+Blue) = 128+125+157=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #807D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807D9D is #7F8262. Grayscale: #818181. Windows color (decimal): -8356451 or 10321280. OLE color: 10321280.

HSL color Cylindrical-coordinate representation of color #807D9D: hue angle of 245.62º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #807D9D is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 125 157 -
CMYK 0.18 0.20 0 0.38
HSL 245.63º 0.14% 0.55% -
HSV(B) 245.63º 0.2% 0.62% -
XYZ 22.32 21.69 34.91 -
YUV 129.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 128 125 157 0.18 0.20 0 0.38 245.63 0.14 0.55
Hex 80 7D 9D 12 14 0 26 F6 E 37
Octal 200 175 235 22 24 0 46 366 16 67
Binary 10000000 1111101 10011101 10010 10100 0 100110 11110110 1110 110111

Color Harmonies of #807D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807D9D

Black with #807D9D

Text Example


Text Example

White with #807D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807D9D; }

 p { color: rgb(128,125,157); }

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

background-color css

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

 a { background-color: rgb(128,125,157); }

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

border-color css

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

 span { border-color: rgb(128,125,157); }

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