#74899E

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

Shades of Light Slate Grey #74899E

Tints of Light Slate Grey #74899E

Color information

#74899E (or 0x74899E) is unknown color: approx Light Slate Grey. HEX triplet: 74, 89 and 9E. RGB value is (116,137,158). Sum of RGB (Red+Green+Blue) = 116+137+158=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #74899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74899E is #8B7661. Grayscale: #858585. Windows color (decimal): -9139810 or 10389876. OLE color: 10389876.

HSL color Cylindrical-coordinate representation of color #74899E: hue angle of 210º 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 #74899E is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116137158-
CMYK0.270.1300.38
HSL210º17.8%53.73%-
HSV(B)210º26.58%61.96%-
XYZ22.3224.0735.82-
YUV133.12142.04115.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.22%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=28.22%
G=33.33%
B=38.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161371580.270.1300.3821017.853.73
Hex74899E1BD026d21236
Octal16421123633150463222266
Binary1110100100010011001111011011110101001101101001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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