Html Css Color HEX #837492 Topaz

📋 copy color: '#837492'

red 131 ◦ green 116 ◦ blue 146

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

Shades of Topaz #837492

Tints of Topaz #837492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.52%

 BLUE value IS 146 (57.42% from 255) = 37.15%

R = 33.33%
G = 29.52%
B = 37.15%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#837492 (or 0x837492) is known color: Topaz. HEX triplet: 83, 74 and 92. RGB value is (131,116,146). Sum of RGB (Red+Green+Blue) = 131+116+146=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 146 - color contains mainly: blue. Hex color #837492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837492 is #7C8B6D. Grayscale: #7B7B7B. Windows color (decimal): -8162158 or 9598083. OLE color: 9598083.

HSL color Cylindrical-coordinate representation of color #837492: hue angle of 270º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #837492 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 116 146 -
CMYK 0.10 0.21 0 0.43
HSL 270º 0.12% 0.51% -
HSV(B) 270º 0.21% 0.57% -
XYZ 20.79 19.39 29.84 -
YUV 123.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 131 116 146 0.10 0.21 0 0.43 270 0.12 0.51
Hex 83 74 92 A 15 0 2B 10E C 33
Octal 203 164 222 12 25 0 53 416 14 63
Binary 10000011 1110100 10010010 1010 10101 0 101011 100001110 1100 110011

Color Harmonies of #837492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837492

Black with #837492

Text Example


Text Example

White with #837492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837492; }

 p { color: rgb(131,116,146); }

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

background-color css

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

 a { background-color: rgb(131,116,146); }

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

border-color css

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

 span { border-color: rgb(131,116,146); }

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