Html Css Color HEX #838089 Topaz

📋 copy color: '#838089'

red 131 ◦ green 128 ◦ blue 137

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

Shades of Topaz #838089

Tints of Topaz #838089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.32%

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

R = 33.08%
G = 32.32%
B = 34.6%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#838089 (or 0x838089) is known color: Topaz. HEX triplet: 83, 80 and 89. RGB value is (131,128,137). Sum of RGB (Red+Green+Blue) = 131+128+137=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 137 - color contains mainly: blue. Hex color #838089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838089 is #7C7F76. Grayscale: #818181. Windows color (decimal): -8159095 or 9011331. OLE color: 9011331.

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

Color convert

RGB 131 128 137 -
CMYK 0.04 0.07 0 0.46
HSL 260º 0.04% 0.52% -
HSV(B) 260º 0.07% 0.54% -
XYZ 21.59 22.07 26.79 -
YUV 129.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 131 128 137 0.04 0.07 0 0.46 260 0.04 0.52
Hex 83 80 89 4 7 0 2E 104 4 34
Octal 203 200 211 4 7 0 56 404 4 64
Binary 10000011 10000000 10001001 100 111 0 101110 100000100 100 110100

Color Harmonies of #838089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838089

Black with #838089

Text Example


Text Example

White with #838089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838089; }

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

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

background-color css

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

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

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

border-color css

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

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

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