Html Css Color HEX #838189 Topaz

📋 copy color: '#838189'

red 131 ◦ green 129 ◦ blue 137

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

Shades of Topaz #838189

Tints of Topaz #838189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.49%

 BLUE value IS 137 (53.91% from 255) = 34.51%

R = 33%
G = 32.49%
B = 34.51%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#838189 (or 0x838189) is known color: Topaz. HEX triplet: 83, 81 and 89. RGB value is (131,129,137). Sum of RGB (Red+Green+Blue) = 131+129+137=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 137 - color contains mainly: blue. Hex color #838189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838189 is #7C7E76. Grayscale: #828282. Windows color (decimal): -8158839 or 9011587. OLE color: 9011587.

HSL color Cylindrical-coordinate representation of color #838189: hue angle of 255º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #838189 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 129 137 -
CMYK 0.04 0.06 0 0.46
HSL 255º 0.03% 0.52% -
HSV(B) 255º 0.06% 0.54% -
XYZ 21.73 22.33 26.83 -
YUV 130.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 131 129 137 0.04 0.06 0 0.46 255 0.03 0.52
Hex 83 81 89 4 6 0 2E FF 3 34
Octal 203 201 211 4 6 0 56 377 3 64
Binary 10000011 10000001 10001001 100 110 0 101110 11111111 11 110100

Color Harmonies of #838189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838189

Black with #838189

Text Example


Text Example

White with #838189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838189; }

 p { color: rgb(131,129,137); }

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

background-color css

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

 a { background-color: rgb(131,129,137); }

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

border-color css

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

 span { border-color: rgb(131,129,137); }

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