Html Css Color HEX #837795 Topaz

📋 copy color: '#837795'

red 131 ◦ green 119 ◦ blue 149

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

Shades of Topaz #837795

Tints of Topaz #837795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.82%

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

R = 32.83%
G = 29.82%
B = 37.34%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#837795 (or 0x837795) is known color: Topaz. HEX triplet: 83, 77 and 95. RGB value is (131,119,149). Sum of RGB (Red+Green+Blue) = 131+119+149=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #837795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837795 is #7C886A. Grayscale: #7D7D7D. Windows color (decimal): -8161387 or 9795459. OLE color: 9795459.

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

Color convert

RGB 131 119 149 -
CMYK 0.12 0.20 0 0.42
HSL 264º 0.12% 0.53% -
HSV(B) 264º 0.2% 0.58% -
XYZ 21.38 20.19 31.2 -
YUV 126.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 131 119 149 0.12 0.20 0 0.42 264 0.12 0.53
Hex 83 77 95 C 14 0 2A 108 C 35
Octal 203 167 225 14 24 0 52 410 14 65
Binary 10000011 1110111 10010101 1100 10100 0 101010 100001000 1100 110101

Color Harmonies of #837795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837795

Black with #837795

Text Example


Text Example

White with #837795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837795; }

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

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

background-color css

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

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

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

border-color css

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

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

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