#839099

Color #839099 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #839099

Tints of Light Slate Grey #839099

Color information

#839099 (or 0x839099) is unknown color: approx Light Slate Grey. HEX triplet: 83, 90 and 99. RGB value is (131,144,153). Sum of RGB (Red+Green+Blue) = 131+144+153=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 153 - color contains mainly: blue. Hex color #839099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839099 is #7C6F66. Grayscale: #8D8D8D. Windows color (decimal): -8154983 or 10064003. OLE color: 10064003.

HSL color Cylindrical-coordinate representation of color #839099: hue angle of 204.55º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #839099 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB131144153-
CMYK0.140.0600.4
HSL204.55º9.73%55.69%-
HSV(B)204.55º14.38%60%-
XYZ25.0827.0734.04-
YUV141.14134.69120.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.61%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=30.61%
G=33.64%
B=35.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311441530.140.0600.4204.559.7355.69
Hex839099E6028cda38
Octal2032202311660503151270
Binary10000011100100001001100111101100101000110011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839099; }

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

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

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

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

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

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

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

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