Html Css Color HEX #807293 Topaz

📋 copy color: '#807293'

red 128 ◦ green 114 ◦ blue 147

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

Shades of Topaz #807293

Tints of Topaz #807293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

 BLUE value IS 147 (57.81% from 255) = 37.79%

R = 32.9%
G = 29.31%
B = 37.79%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#807293 (or 0x807293) is known color: Topaz. HEX triplet: 80, 72 and 93. RGB value is (128,114,147). Sum of RGB (Red+Green+Blue) = 128+114+147=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #807293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807293 is #7F8D6C. Grayscale: #797979. Windows color (decimal): -8359277 or 9663104. OLE color: 9663104.

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

Color convert

RGB 128 114 147 -
CMYK 0.13 0.22 0 0.42
HSL 265.45º 0.13% 0.51% -
HSV(B) 265.45º 0.22% 0.58% -
XYZ 20.19 18.73 30.16 -
YUV 121.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 128 114 147 0.13 0.22 0 0.42 265.45 0.13 0.51
Hex 80 72 93 D 16 0 2A 109 D 33
Octal 200 162 223 15 26 0 52 411 15 63
Binary 10000000 1110010 10010011 1101 10110 0 101010 100001001 1101 110011

Color Harmonies of #807293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807293

Black with #807293

Text Example


Text Example

White with #807293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807293; }

 p { color: rgb(128,114,147); }

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

background-color css

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

 a { background-color: rgb(128,114,147); }

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

border-color css

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

 span { border-color: rgb(128,114,147); }

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