Html Css Color HEX #837B93 Topaz

📋 copy color: '#837B93'

red 131 ◦ green 123 ◦ blue 147

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

Shades of Topaz #837B93

Tints of Topaz #837B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

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

R = 32.67%
G = 30.67%
B = 36.66%

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

#837B93 (or 0x837B93) is known color: Topaz. HEX triplet: 83, 7B and 93. RGB value is (131,123,147). Sum of RGB (Red+Green+Blue) = 131+123+147=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 147 - color contains mainly: blue. Hex color #837B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837B93 is #7C846C. Grayscale: #808080. Windows color (decimal): -8160365 or 9665411. OLE color: 9665411.

HSL color Cylindrical-coordinate representation of color #837B93: hue angle of 260º 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 #837B93 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 123 147 -
CMYK 0.11 0.16 0 0.42
HSL 260º 0.1% 0.53% -
HSV(B) 260º 0.16% 0.58% -
XYZ 21.71 21.1 30.53 -
YUV 128.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 131 123 147 0.11 0.16 0 0.42 260 0.1 0.53
Hex 83 7B 93 B 10 0 2A 104 A 35
Octal 203 173 223 13 20 0 52 404 12 65
Binary 10000011 1111011 10010011 1011 10000 0 101010 100000100 1010 110101

Color Harmonies of #837B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B93

Black with #837B93

Text Example


Text Example

White with #837B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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