Html Css Color HEX #807390 Topaz

📋 copy color: '#807390'

red 128 ◦ green 115 ◦ blue 144

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

Shades of Topaz #807390

Tints of Topaz #807390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.72%

 BLUE value IS 144 (56.64% from 255) = 37.21%

R = 33.07%
G = 29.72%
B = 37.21%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#807390 (or 0x807390) is known color: Topaz. HEX triplet: 80, 73 and 90. RGB value is (128,115,144). Sum of RGB (Red+Green+Blue) = 128+115+144=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #807390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807390 is #7F8C6F. Grayscale: #7A7A7A. Windows color (decimal): -8359024 or 9466752. OLE color: 9466752.

HSL color Cylindrical-coordinate representation of color #807390: hue angle of 266.9º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #807390 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 115 144 -
CMYK 0.11 0.20 0 0.44
HSL 266.9º 0.12% 0.51% -
HSV(B) 266.9º 0.2% 0.56% -
XYZ 20.07 18.86 28.97 -
YUV 122.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 128 115 144 0.11 0.20 0 0.44 266.9 0.12 0.51
Hex 80 73 90 B 14 0 2C 10B C 33
Octal 200 163 220 13 24 0 54 413 14 63
Binary 10000000 1110011 10010000 1011 10100 0 101100 100001011 1100 110011

Color Harmonies of #807390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807390

Black with #807390

Text Example


Text Example

White with #807390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807390; }

 p { color: rgb(128,115,144); }

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

background-color css

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

 a { background-color: rgb(128,115,144); }

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

border-color css

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

 span { border-color: rgb(128,115,144); }

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