Html Css Color HEX #837794 Topaz

📋 copy color: '#837794'

red 131 ◦ green 119 ◦ blue 148

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

Shades of Topaz #837794

Tints of Topaz #837794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.19%

R = 32.91%
G = 29.9%
B = 37.19%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#837794 (or 0x837794) is known color: Topaz. HEX triplet: 83, 77 and 94. RGB value is (131,119,148). Sum of RGB (Red+Green+Blue) = 131+119+148=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 148 - color contains mainly: blue. Hex color #837794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837794 is #7C886B. Grayscale: #7D7D7D. Windows color (decimal): -8161388 or 9729923. OLE color: 9729923.

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

Color convert

RGB 131 119 148 -
CMYK 0.11 0.20 0 0.42
HSL 264.83º 0.12% 0.52% -
HSV(B) 264.83º 0.2% 0.58% -
XYZ 21.3 20.16 30.78 -
YUV 125.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 131 119 148 0.11 0.20 0 0.42 264.83 0.12 0.52
Hex 83 77 94 B 14 0 2A 109 C 34
Octal 203 167 224 13 24 0 52 411 14 64
Binary 10000011 1110111 10010100 1011 10100 0 101010 100001001 1100 110100

Color Harmonies of #837794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837794

Black with #837794

Text Example


Text Example

White with #837794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837794; }

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

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

background-color css

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

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

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

border-color css

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

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

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