Html Css Color HEX #837095 Topaz

📋 copy color: '#837095'

red 131 ◦ green 112 ◦ blue 149

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

Shades of Topaz #837095

Tints of Topaz #837095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.57%

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

R = 33.42%
G = 28.57%
B = 38.01%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#837095 (or 0x837095) is known color: Topaz. HEX triplet: 83, 70 and 95. RGB value is (131,112,149). Sum of RGB (Red+Green+Blue) = 131+112+149=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 149 - color contains mainly: blue. Hex color #837095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837095 is #7C8F6A. Grayscale: #797979. Windows color (decimal): -8163179 or 9793667. OLE color: 9793667.

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

Color convert

RGB 131 112 149 -
CMYK 0.12 0.25 0 0.42
HSL 270.81º 0.15% 0.51% -
HSV(B) 270.81º 0.25% 0.58% -
XYZ 20.58 18.58 30.94 -
YUV 121.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 131 112 149 0.12 0.25 0 0.42 270.81 0.15 0.51
Hex 83 70 95 C 19 0 2A 10F F 33
Octal 203 160 225 14 31 0 52 417 17 63
Binary 10000011 1110000 10010101 1100 11001 0 101010 100001111 1111 110011

Color Harmonies of #837095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837095

Black with #837095

Text Example


Text Example

White with #837095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837095; }

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

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

background-color css

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

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

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

border-color css

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

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

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