Html Css Color HEX #807C9B Deluge

📋 copy color: '#807C9B'

red 128 ◦ green 124 ◦ blue 155

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

Shades of Deluge #807C9B

Tints of Deluge #807C9B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.47%

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 31.45%
G = 30.47%
B = 38.08%

CMYK

 C value IS 0.17

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#807C9B (or 0x807C9B) is known color: Deluge. HEX triplet: 80, 7C and 9B. RGB value is (128,124,155). Sum of RGB (Red+Green+Blue) = 128+124+155=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #807C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807C9B is #7F8364. Grayscale: #808080. Windows color (decimal): -8356709 or 10189952. OLE color: 10189952.

HSL color Cylindrical-coordinate representation of color #807C9B: hue angle of 247.74º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #807C9B is Cyan = 0.17, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 124 155 -
CMYK 0.17 0.2 0 0.39
HSL 247.74º 0.13% 0.55% -
HSV(B) 247.74º 0.2% 0.61% -
XYZ 22.03 21.37 33.97 -
YUV 128.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 128 124 155 0.17 0.2 0 0.39 247.74 0.13 0.55
Hex 80 7C 9B 11 14 0 27 F8 D 37
Octal 200 174 233 21 24 0 47 370 15 67
Binary 10000000 1111100 10011011 10001 10100 0 100111 11111000 1101 110111

Color Harmonies of #807C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807C9B

Black with #807C9B

Text Example


Text Example

White with #807C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,124,155); }

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

background-color css

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

 a { background-color: rgb(128,124,155); }

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

border-color css

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

 span { border-color: rgb(128,124,155); }

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