Html Css Color HEX #837695 Topaz

📋 copy color: '#837695'

red 131 ◦ green 118 ◦ blue 149

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

Shades of Topaz #837695

Tints of Topaz #837695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.65%

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

R = 32.91%
G = 29.65%
B = 37.44%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#837695 (or 0x837695) is known color: Topaz. HEX triplet: 83, 76 and 95. RGB value is (131,118,149). Sum of RGB (Red+Green+Blue) = 131+118+149=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #837695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837695 is #7C896A. Grayscale: #7D7D7D. Windows color (decimal): -8161643 or 9795203. OLE color: 9795203.

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

Color convert

RGB 131 118 149 -
CMYK 0.12 0.21 0 0.42
HSL 265.16º 0.13% 0.52% -
HSV(B) 265.16º 0.21% 0.58% -
XYZ 21.26 19.95 31.16 -
YUV 125.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 131 118 149 0.12 0.21 0 0.42 265.16 0.13 0.52
Hex 83 76 95 C 15 0 2A 109 D 34
Octal 203 166 225 14 25 0 52 411 15 64
Binary 10000011 1110110 10010101 1100 10101 0 101010 100001001 1101 110100

Color Harmonies of #837695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837695

Black with #837695

Text Example


Text Example

White with #837695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837695; }

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

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

background-color css

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

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

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

border-color css

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

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

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