Html Css Color HEX #837C93 Topaz

📋 copy color: '#837C93'

red 131 ◦ green 124 ◦ blue 147

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

Shades of Topaz #837C93

Tints of Topaz #837C93

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.85%

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

R = 32.59%
G = 30.85%
B = 36.57%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#837C93 (or 0x837C93) is known color: Topaz. HEX triplet: 83, 7C and 93. RGB value is (131,124,147). Sum of RGB (Red+Green+Blue) = 131+124+147=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 147 - color contains mainly: blue. Hex color #837C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C93 is #7C836C. Grayscale: #808080. Windows color (decimal): -8160109 or 9665667. OLE color: 9665667.

HSL color Cylindrical-coordinate representation of color #837C93: hue angle of 258.26º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #837C93 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 124 147 -
CMYK 0.11 0.16 0 0.42
HSL 258.26º 0.1% 0.53% -
HSV(B) 258.26º 0.16% 0.58% -
XYZ 21.83 21.35 30.57 -
YUV 128.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 131 124 147 0.11 0.16 0 0.42 258.26 0.1 0.53
Hex 83 7C 93 B 10 0 2A 102 A 35
Octal 203 174 223 13 20 0 52 402 12 65
Binary 10000011 1111100 10010011 1011 10000 0 101010 100000010 1010 110101

Color Harmonies of #837C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C93

Black with #837C93

Text Example


Text Example

White with #837C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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