Html Css Color HEX #837E90 Topaz

📋 copy color: '#837E90'

red 131 ◦ green 126 ◦ blue 144

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

Shades of Topaz #837E90

Tints of Topaz #837E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.42%

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

R = 32.67%
G = 31.42%
B = 35.91%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#837E90 (or 0x837E90) is known color: Topaz. HEX triplet: 83, 7E and 90. RGB value is (131,126,144). Sum of RGB (Red+Green+Blue) = 131+126+144=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 144 - color contains mainly: blue. Hex color #837E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837E90 is #7C816F. Grayscale: #818181. Windows color (decimal): -8159600 or 9469571. OLE color: 9469571.

HSL color Cylindrical-coordinate representation of color #837E90: hue angle of 256.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #837E90 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 126 144 -
CMYK 0.09 0.12 0 0.44
HSL 256.67º 0.08% 0.53% -
HSV(B) 256.67º 0.13% 0.56% -
XYZ 21.85 21.76 29.43 -
YUV 129.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 131 126 144 0.09 0.12 0 0.44 256.67 0.08 0.53
Hex 83 7E 90 9 C 0 2C 101 8 35
Octal 203 176 220 11 14 0 54 401 10 65
Binary 10000011 1111110 10010000 1001 1100 0 101100 100000001 1000 110101

Color Harmonies of #837E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837E90

Black with #837E90

Text Example


Text Example

White with #837E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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