Html Css Color HEX #807094 Topaz

📋 copy color: '#807094'

red 128 ◦ green 112 ◦ blue 148

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

Shades of Topaz #807094

Tints of Topaz #807094

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.87%

 BLUE value IS 148 (58.2% from 255) = 38.14%

R = 32.99%
G = 28.87%
B = 38.14%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#807094 (or 0x807094) is known color: Topaz. HEX triplet: 80, 70 and 94. RGB value is (128,112,148). Sum of RGB (Red+Green+Blue) = 128+112+148=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 148 - color contains mainly: blue. Hex color #807094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807094 is #7F8F6B. Grayscale: #787878. Windows color (decimal): -8359788 or 9728128. OLE color: 9728128.

HSL color Cylindrical-coordinate representation of color #807094: hue angle of 266.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #807094 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 112 148 -
CMYK 0.14 0.24 0 0.42
HSL 266.67º 0.14% 0.51% -
HSV(B) 266.67º 0.24% 0.58% -
XYZ 20.04 18.32 30.5 -
YUV 120.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 128 112 148 0.14 0.24 0 0.42 266.67 0.14 0.51
Hex 80 70 94 E 18 0 2A 10B E 33
Octal 200 160 224 16 30 0 52 413 16 63
Binary 10000000 1110000 10010100 1110 11000 0 101010 100001011 1110 110011

Color Harmonies of #807094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807094

Black with #807094

Text Example


Text Example

White with #807094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807094; }

 p { color: rgb(128,112,148); }

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

background-color css

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

 a { background-color: rgb(128,112,148); }

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

border-color css

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

 span { border-color: rgb(128,112,148); }

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