#74839E

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

Shades of Light Slate Grey #74839E

Tints of Light Slate Grey #74839E

Color information

#74839E (or 0x74839E) is unknown color: approx Light Slate Grey. HEX triplet: 74, 83 and 9E. RGB value is (116,131,158). Sum of RGB (Red+Green+Blue) = 116+131+158=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #74839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74839E is #8B7C61. Grayscale: #818181. Windows color (decimal): -9141346 or 10388340. OLE color: 10388340.

HSL color Cylindrical-coordinate representation of color #74839E: hue angle of 218.57º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74839E is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116131158-
CMYK0.270.1700.38
HSL218.57º17.8%53.73%-
HSV(B)218.57º26.58%61.96%-
XYZ21.4922.4135.54-
YUV129.59144.03118.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.64%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=28.64%
G=32.35%
B=39.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161311580.270.1700.38218.5717.853.73
Hex74839E1B11026db1236
Octal16420323633210463332266
Binary11101001000001110011110110111000101001101101101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74839E; }

 p { color: rgb(116,131,158); }

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

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

 a { background-color: rgb(116,131,158); }

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

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

 span { border-color: rgb(116,131,158); }

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