Html Css Color HEX #837493 Topaz

📋 copy color: '#837493'

red 131 ◦ green 116 ◦ blue 147

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

Shades of Topaz #837493

Tints of Topaz #837493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.31%

R = 33.25%
G = 29.44%
B = 37.31%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#837493 (or 0x837493) is known color: Topaz. HEX triplet: 83, 74 and 93. RGB value is (131,116,147). Sum of RGB (Red+Green+Blue) = 131+116+147=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 147 - color contains mainly: blue. Hex color #837493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837493 is #7C8B6C. Grayscale: #7B7B7B. Windows color (decimal): -8162157 or 9663619. OLE color: 9663619.

HSL color Cylindrical-coordinate representation of color #837493: hue angle of 269.03º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #837493 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 116 147 -
CMYK 0.11 0.21 0 0.42
HSL 269.03º 0.13% 0.52% -
HSV(B) 269.03º 0.21% 0.58% -
XYZ 20.87 19.42 30.25 -
YUV 124.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 131 116 147 0.11 0.21 0 0.42 269.03 0.13 0.52
Hex 83 74 93 B 15 0 2A 10D D 34
Octal 203 164 223 13 25 0 52 415 15 64
Binary 10000011 1110100 10010011 1011 10101 0 101010 100001101 1101 110100

Color Harmonies of #837493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837493

Black with #837493

Text Example


Text Example

White with #837493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837493; }

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

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

background-color css

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

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

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

border-color css

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

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

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