#838090

Color #838090 Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #838090

Tints of Topaz #838090

Color information

#838090 (or 0x838090) is unknown color: approx Topaz. HEX triplet: 83, 80 and 90. RGB value is (131,128,144). Sum of RGB (Red+Green+Blue) = 131+128+144=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 144 - color contains mainly: blue. Hex color #838090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838090 is #7C7F6F. Grayscale: #828282. Windows color (decimal): -8159088 or 9470083. OLE color: 9470083.

HSL color Cylindrical-coordinate representation of color #838090: hue angle of 251.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #838090 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB131128144-
CMYK0.090.1100.44
HSL251.25º6.72%53.33%-
HSV(B)251.25º11.11%56.47%-
XYZ22.1122.2829.52-
YUV130.72135.49128.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.51%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=32.51%
G=31.76%
B=35.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311281440.090.1100.44251.256.7253.33
Hex8380909B02Cfb735
Octal2032002201113054373765
Binary10000011100000001001000010011011010110011111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838090; }

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

 H1.HeaderClassName
 {
   color: #838090;
 }
 .AnyTagClassName
 {
   color: #838090;
 }
</style>
background-color css

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

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

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

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

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

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