Html Css Color HEX #837995 Topaz

📋 copy color: '#837995'

red 131 ◦ green 121 ◦ blue 149

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

Shades of Topaz #837995

Tints of Topaz #837995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.17%

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 32.67%
G = 30.17%
B = 37.16%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#837995 (or 0x837995) is known color: Topaz. HEX triplet: 83, 79 and 95. RGB value is (131,121,149). Sum of RGB (Red+Green+Blue) = 131+121+149=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #837995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837995 is #7C866A. Grayscale: #7F7F7F. Windows color (decimal): -8160875 or 9795971. OLE color: 9795971.

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

Color convert

RGB 131 121 149 -
CMYK 0.12 0.19 0 0.42
HSL 261.43º 0.12% 0.53% -
HSV(B) 261.43º 0.19% 0.58% -
XYZ 21.62 20.67 31.28 -
YUV 127.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 131 121 149 0.12 0.19 0 0.42 261.43 0.12 0.53
Hex 83 79 95 C 13 0 2A 105 C 35
Octal 203 171 225 14 23 0 52 405 14 65
Binary 10000011 1111001 10010101 1100 10011 0 101010 100000101 1100 110101

Color Harmonies of #837995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837995

Black with #837995

Text Example


Text Example

White with #837995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837995; }

 p { color: rgb(131,121,149); }

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

background-color css

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

 a { background-color: rgb(131,121,149); }

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

border-color css

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

 span { border-color: rgb(131,121,149); }

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