Html Css Color HEX #837A8D Topaz

📋 copy color: '#837A8D'

red 131 ◦ green 122 ◦ blue 141

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

Shades of Topaz #837A8D

Tints of Topaz #837A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 33.25%
G = 30.96%
B = 35.79%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#837A8D (or 0x837A8D) is known color: Topaz. HEX triplet: 83, 7A and 8D. RGB value is (131,122,141). Sum of RGB (Red+Green+Blue) = 131+122+141=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #837A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837A8D is #7C8572. Grayscale: #7E7E7E. Windows color (decimal): -8160627 or 9271939. OLE color: 9271939.

HSL color Cylindrical-coordinate representation of color #837A8D: hue angle of 268.42º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #837A8D is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 122 141 -
CMYK 0.07 0.13 0 0.45
HSL 268.42º 0.08% 0.52% -
HSV(B) 268.42º 0.13% 0.55% -
XYZ 21.13 20.67 28.07 -
YUV 126.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 131 122 141 0.07 0.13 0 0.45 268.42 0.08 0.52
Hex 83 7A 8D 7 D 0 2D 10C 8 34
Octal 203 172 215 7 15 0 55 414 10 64
Binary 10000011 1111010 10001101 111 1101 0 101101 100001100 1000 110100

Color Harmonies of #837A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A8D

Black with #837A8D

Text Example


Text Example

White with #837A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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