Html Css Color HEX #837395 Topaz

📋 copy color: '#837395'

red 131 ◦ green 115 ◦ blue 149

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

Shades of Topaz #837395

Tints of Topaz #837395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.11%

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

R = 33.16%
G = 29.11%
B = 37.72%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#837395 (or 0x837395) is known color: Topaz. HEX triplet: 83, 73 and 95. RGB value is (131,115,149). Sum of RGB (Red+Green+Blue) = 131+115+149=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #837395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837395 is #7C8C6A. Grayscale: #7B7B7B. Windows color (decimal): -8162411 or 9794435. OLE color: 9794435.

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

Color convert

RGB 131 115 149 -
CMYK 0.12 0.23 0 0.42
HSL 268.24º 0.14% 0.52% -
HSV(B) 268.24º 0.23% 0.58% -
XYZ 20.92 19.26 31.05 -
YUV 123.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 131 115 149 0.12 0.23 0 0.42 268.24 0.14 0.52
Hex 83 73 95 C 17 0 2A 10C E 34
Octal 203 163 225 14 27 0 52 414 16 64
Binary 10000011 1110011 10010101 1100 10111 0 101010 100001100 1110 110100

Color Harmonies of #837395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837395

Black with #837395

Text Example


Text Example

White with #837395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837395; }

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

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

background-color css

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

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

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

border-color css

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

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

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