#83898A

Color #83898A Regent Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent Grey #83898A

Tints of Regent Grey #83898A

Color information

#83898A (or 0x83898A) is unknown color: approx Regent Grey. HEX triplet: 83, 89 and 8A. RGB value is (131,137,138). Sum of RGB (Red+Green+Blue) = 131+137+138=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 138 - color contains mainly: blue. Hex color #83898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83898A is #7C7675. Grayscale: #878787. Windows color (decimal): -8156790 or 9079171. OLE color: 9079171.

HSL color Cylindrical-coordinate representation of color #83898A: hue angle of 188.57º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #83898A is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB131137138-
CMYK0.050.0100.46
HSL188.57º2.9%52.75%-
HSV(B)188.57º5.07%54.12%-
XYZ22.8924.5527.58-
YUV135.32129.51124.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=32.27%
G=33.74%
B=33.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311371380.050.0100.46188.572.952.75
Hex83898A5102Ebd335
Octal20321121251056275365
Binary100000111000100110001010101101011101011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83898A; }

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

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

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

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

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

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

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

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