Html Css Color HEX #837B94 Topaz

📋 copy color: '#837B94'

red 131 ◦ green 123 ◦ blue 148

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

Shades of Topaz #837B94

Tints of Topaz #837B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.82%

R = 32.59%
G = 30.6%
B = 36.82%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#837B94 (or 0x837B94) is known color: Topaz. HEX triplet: 83, 7B and 94. RGB value is (131,123,148). Sum of RGB (Red+Green+Blue) = 131+123+148=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 148 - color contains mainly: blue. Hex color #837B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837B94 is #7C846B. Grayscale: #808080. Windows color (decimal): -8160364 or 9730947. OLE color: 9730947.

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

Color convert

RGB 131 123 148 -
CMYK 0.11 0.17 0 0.42
HSL 259.2º 0.1% 0.53% -
HSV(B) 259.2º 0.17% 0.58% -
XYZ 21.79 21.13 30.95 -
YUV 128.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 131 123 148 0.11 0.17 0 0.42 259.2 0.1 0.53
Hex 83 7B 94 B 11 0 2A 103 A 35
Octal 203 173 224 13 21 0 52 403 12 65
Binary 10000011 1111011 10010100 1011 10001 0 101010 100000011 1010 110101

Color Harmonies of #837B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B94

Black with #837B94

Text Example


Text Example

White with #837B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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