Html Css Color HEX #837994 Topaz

📋 copy color: '#837994'

red 131 ◦ green 121 ◦ blue 148

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

Shades of Topaz #837994

Tints of Topaz #837994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.25%

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

R = 32.75%
G = 30.25%
B = 37%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#837994 (or 0x837994) is known color: Topaz. HEX triplet: 83, 79 and 94. RGB value is (131,121,148). Sum of RGB (Red+Green+Blue) = 131+121+148=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 148 - color contains mainly: blue. Hex color #837994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837994 is #7C866B. Grayscale: #7E7E7E. Windows color (decimal): -8160876 or 9730435. OLE color: 9730435.

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

Color convert

RGB 131 121 148 -
CMYK 0.11 0.18 0 0.42
HSL 262.22º 0.11% 0.53% -
HSV(B) 262.22º 0.18% 0.58% -
XYZ 21.54 20.64 30.87 -
YUV 127.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 131 121 148 0.11 0.18 0 0.42 262.22 0.11 0.53
Hex 83 79 94 B 12 0 2A 106 B 35
Octal 203 171 224 13 22 0 52 406 13 65
Binary 10000011 1111001 10010100 1011 10010 0 101010 100000110 1011 110101

Color Harmonies of #837994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837994

Black with #837994

Text Example


Text Example

White with #837994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837994; }

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

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

background-color css

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

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

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

border-color css

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

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

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