#74899D

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

Shades of Light Slate Grey #74899D

Tints of Light Slate Grey #74899D

Color information

#74899D (or 0x74899D) is unknown color: approx Light Slate Grey. HEX triplet: 74, 89 and 9D. RGB value is (116,137,157). Sum of RGB (Red+Green+Blue) = 116+137+157=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #74899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74899D is #8B7662. Grayscale: #848484. Windows color (decimal): -9139811 or 10324340. OLE color: 10324340.

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

Color convert

RGB116137157-
CMYK0.260.1300.38
HSL209.27º17.3%53.53%-
HSV(B)209.27º26.11%61.57%-
XYZ22.2324.0435.37-
YUV133141.54115.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.29%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=28.29%
G=33.41%
B=38.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161371570.260.1300.38209.2717.353.53
Hex74899D1AD026d11136
Octal16421123532150463212166
Binary1110100100010011001110111010110101001101101000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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