Html Css Color HEX #807A9C Deluge

📋 copy color: '#807A9C'

red 128 ◦ green 122 ◦ blue 156

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

Shades of Deluge #807A9C

Tints of Deluge #807A9C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.05%

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 31.53%
G = 30.05%
B = 38.42%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#807A9C (or 0x807A9C) is known color: Deluge. HEX triplet: 80, 7A and 9C. RGB value is (128,122,156). Sum of RGB (Red+Green+Blue) = 128+122+156=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #807A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807A9C is #7F8563. Grayscale: #7F7F7F. Windows color (decimal): -8357220 or 10254976. OLE color: 10254976.

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

Color convert

RGB 128 122 156 -
CMYK 0.18 0.22 0 0.39
HSL 250.59º 0.15% 0.55% -
HSV(B) 250.59º 0.22% 0.61% -
XYZ 21.86 20.91 34.34 -
YUV 127.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 128 122 156 0.18 0.22 0 0.39 250.59 0.15 0.55
Hex 80 7A 9C 12 16 0 27 FB F 37
Octal 200 172 234 22 26 0 47 373 17 67
Binary 10000000 1111010 10011100 10010 10110 0 100111 11111011 1111 110111

Color Harmonies of #807A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807A9C

Black with #807A9C

Text Example


Text Example

White with #807A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,122,156); }

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

background-color css

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

 a { background-color: rgb(128,122,156); }

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

border-color css

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

 span { border-color: rgb(128,122,156); }

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