Html Css Color HEX #807093 Topaz

📋 copy color: '#807093'

red 128 ◦ green 112 ◦ blue 147

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

Shades of Topaz #807093

Tints of Topaz #807093

RGB

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

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

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

R = 33.07%
G = 28.94%
B = 37.98%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#807093 (or 0x807093) is known color: Topaz. HEX triplet: 80, 70 and 93. RGB value is (128,112,147). Sum of RGB (Red+Green+Blue) = 128+112+147=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: blue. Hex color #807093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807093 is #7F8F6C. Grayscale: #787878. Windows color (decimal): -8359789 or 9662592. OLE color: 9662592.

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

Color convert

RGB 128 112 147 -
CMYK 0.13 0.24 0 0.42
HSL 267.43º 0.14% 0.51% -
HSV(B) 267.43º 0.24% 0.58% -
XYZ 19.96 18.28 30.08 -
YUV 120.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 128 112 147 0.13 0.24 0 0.42 267.43 0.14 0.51
Hex 80 70 93 D 18 0 2A 10B E 33
Octal 200 160 223 15 30 0 52 413 16 63
Binary 10000000 1110000 10010011 1101 11000 0 101010 100001011 1110 110011

Color Harmonies of #807093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807093

Black with #807093

Text Example


Text Example

White with #807093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807093; }

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

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

background-color css

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

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

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

border-color css

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

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

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