Html Css Color HEX #837894 Topaz

📋 copy color: '#837894'

red 131 ◦ green 120 ◦ blue 148

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

Shades of Topaz #837894

Tints of Topaz #837894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.08%

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

R = 32.83%
G = 30.08%
B = 37.09%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#837894 (or 0x837894) is known color: Topaz. HEX triplet: 83, 78 and 94. RGB value is (131,120,148). Sum of RGB (Red+Green+Blue) = 131+120+148=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 148 - color contains mainly: blue. Hex color #837894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837894 is #7C876B. Grayscale: #7E7E7E. Windows color (decimal): -8161132 or 9730179. OLE color: 9730179.

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

Color convert

RGB 131 120 148 -
CMYK 0.11 0.19 0 0.42
HSL 263.57º 0.12% 0.53% -
HSV(B) 263.57º 0.19% 0.58% -
XYZ 21.42 20.4 30.82 -
YUV 126.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 131 120 148 0.11 0.19 0 0.42 263.57 0.12 0.53
Hex 83 78 94 B 13 0 2A 108 C 35
Octal 203 170 224 13 23 0 52 410 14 65
Binary 10000011 1111000 10010100 1011 10011 0 101010 100001000 1100 110101

Color Harmonies of #837894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837894

Black with #837894

Text Example


Text Example

White with #837894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837894; }

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

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

background-color css

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

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

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

border-color css

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

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

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