Html Css Color HEX #807194 Topaz

📋 copy color: '#807194'

red 128 ◦ green 113 ◦ blue 148

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

Shades of Topaz #807194

Tints of Topaz #807194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.05%

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

R = 32.9%
G = 29.05%
B = 38.05%

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

#807194 (or 0x807194) is known color: Topaz. HEX triplet: 80, 71 and 94. RGB value is (128,113,148). Sum of RGB (Red+Green+Blue) = 128+113+148=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #807194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807194 is #7F8E6B. Grayscale: #797979. Windows color (decimal): -8359532 or 9728384. OLE color: 9728384.

HSL color Cylindrical-coordinate representation of color #807194: hue angle of 265.71º 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 #807194 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 113 148 -
CMYK 0.14 0.24 0 0.42
HSL 265.71º 0.14% 0.51% -
HSV(B) 265.71º 0.24% 0.58% -
XYZ 20.15 18.54 30.53 -
YUV 121.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 128 113 148 0.14 0.24 0 0.42 265.71 0.14 0.51
Hex 80 71 94 E 18 0 2A 10A E 33
Octal 200 161 224 16 30 0 52 412 16 63
Binary 10000000 1110001 10010100 1110 11000 0 101010 100001010 1110 110011

Color Harmonies of #807194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807194

Black with #807194

Text Example


Text Example

White with #807194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807194; }

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

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

background-color css

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

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

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

border-color css

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

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

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