Html Css Color HEX #837890 Topaz

📋 copy color: '#837890'

red 131 ◦ green 120 ◦ blue 144

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

Shades of Topaz #837890

Tints of Topaz #837890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.38%

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

R = 33.16%
G = 30.38%
B = 36.46%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#837890 (or 0x837890) is known color: Topaz. HEX triplet: 83, 78 and 90. RGB value is (131,120,144). Sum of RGB (Red+Green+Blue) = 131+120+144=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #837890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837890 is #7C876F. Grayscale: #7D7D7D. Windows color (decimal): -8161136 or 9468035. OLE color: 9468035.

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

Color convert

RGB 131 120 144 -
CMYK 0.09 0.17 0 0.44
HSL 267.5º 0.1% 0.52% -
HSV(B) 267.5º 0.17% 0.56% -
XYZ 21.11 20.27 29.19 -
YUV 126.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 131 120 144 0.09 0.17 0 0.44 267.5 0.1 0.52
Hex 83 78 90 9 11 0 2C 10C A 34
Octal 203 170 220 11 21 0 54 414 12 64
Binary 10000011 1111000 10010000 1001 10001 0 101100 100001100 1010 110100

Color Harmonies of #837890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837890

Black with #837890

Text Example


Text Example

White with #837890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837890; }

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

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

background-color css

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

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

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

border-color css

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

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

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