Html Css Color HEX #837090 Topaz

📋 copy color: '#837090'

red 131 ◦ green 112 ◦ blue 144

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

Shades of Topaz #837090

Tints of Topaz #837090

RGB

 RED value IS 131 (51.56% from 255) = 33.85%

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

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

R = 33.85%
G = 28.94%
B = 37.21%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#837090 (or 0x837090) is known color: Topaz. HEX triplet: 83, 70 and 90. RGB value is (131,112,144). Sum of RGB (Red+Green+Blue) = 131+112+144=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 112 (44.14% from 255 or 28.94% 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 #837090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837090 is #7C8F6F. Grayscale: #797979. Windows color (decimal): -8163184 or 9465987. OLE color: 9465987.

HSL color Cylindrical-coordinate representation of color #837090: hue angle of 275.62º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #837090 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 112 144 -
CMYK 0.09 0.22 0 0.44
HSL 275.63º 0.13% 0.5% -
HSV(B) 275.63º 0.22% 0.56% -
XYZ 20.19 18.43 28.88 -
YUV 121.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 131 112 144 0.09 0.22 0 0.44 275.63 0.13 0.5
Hex 83 70 90 9 16 0 2C 114 D 32
Octal 203 160 220 11 26 0 54 424 15 62
Binary 10000011 1110000 10010000 1001 10110 0 101100 100010100 1101 110010

Color Harmonies of #837090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837090

Black with #837090

Text Example


Text Example

White with #837090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837090; }

 p { color: rgb(131,112,144); }

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

background-color css

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

 a { background-color: rgb(131,112,144); }

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

border-color css

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

 span { border-color: rgb(131,112,144); }

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