Html Css Color HEX #807991 Topaz

📋 copy color: '#807991'

red 128 ◦ green 121 ◦ blue 145

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

Shades of Topaz #807991

Tints of Topaz #807991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.8%

R = 32.49%
G = 30.71%
B = 36.8%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#807991 (or 0x807991) is known color: Topaz. HEX triplet: 80, 79 and 91. RGB value is (128,121,145). Sum of RGB (Red+Green+Blue) = 128+121+145=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #807991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807991 is #7F866E. Grayscale: #7D7D7D. Windows color (decimal): -8357487 or 9533824. OLE color: 9533824.

HSL color Cylindrical-coordinate representation of color #807991: hue angle of 257.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #807991 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 121 145 -
CMYK 0.12 0.17 0 0.43
HSL 257.5º 0.1% 0.52% -
HSV(B) 257.5º 0.17% 0.57% -
XYZ 20.85 20.31 29.61 -
YUV 125.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 128 121 145 0.12 0.17 0 0.43 257.5 0.1 0.52
Hex 80 79 91 C 11 0 2B 102 A 34
Octal 200 171 221 14 21 0 53 402 12 64
Binary 10000000 1111001 10010001 1100 10001 0 101011 100000010 1010 110100

Color Harmonies of #807991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807991

Black with #807991

Text Example


Text Example

White with #807991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807991; }

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

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

background-color css

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

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

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

border-color css

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

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

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