Html Css Color HEX #837A94 Topaz

📋 copy color: '#837A94'

red 131 ◦ green 122 ◦ blue 148

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

Shades of Topaz #837A94

Tints of Topaz #837A94

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.42%

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

R = 32.67%
G = 30.42%
B = 36.91%

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

#837A94 (or 0x837A94) is known color: Topaz. HEX triplet: 83, 7A and 94. RGB value is (131,122,148). Sum of RGB (Red+Green+Blue) = 131+122+148=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 148 - color contains mainly: blue. Hex color #837A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837A94 is #7C856B. Grayscale: #7F7F7F. Windows color (decimal): -8160620 or 9730691. OLE color: 9730691.

HSL color Cylindrical-coordinate representation of color #837A94: hue angle of 260.77º 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 #837A94 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 122 148 -
CMYK 0.11 0.18 0 0.42
HSL 260.77º 0.11% 0.53% -
HSV(B) 260.77º 0.18% 0.58% -
XYZ 21.66 20.88 30.91 -
YUV 127.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 131 122 148 0.11 0.18 0 0.42 260.77 0.11 0.53
Hex 83 7A 94 B 12 0 2A 105 B 35
Octal 203 172 224 13 22 0 52 405 13 65
Binary 10000011 1111010 10010100 1011 10010 0 101010 100000101 1011 110101

Color Harmonies of #837A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A94

Black with #837A94

Text Example


Text Example

White with #837A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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