#74889F

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

Shades of Light Slate Grey #74889F

Tints of Light Slate Grey #74889F

Color information

#74889F (or 0x74889F) is unknown color: approx Light Slate Grey. HEX triplet: 74, 88 and 9F. RGB value is (116,136,159). Sum of RGB (Red+Green+Blue) = 116+136+159=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #74889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74889F is #8B7760. Grayscale: #848484. Windows color (decimal): -9140065 or 10455156. OLE color: 10455156.

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

Color convert

RGB116136159-
CMYK0.270.1400.38
HSL212.09º18.3%53.92%-
HSV(B)212.09º27.04%62.35%-
XYZ22.2623.8236.23-
YUV132.64142.87116.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.22%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 159 (62.5% from 255) = 38.69%
R=28.22%
G=33.09%
B=38.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161361590.270.1400.38212.0918.353.92
Hex74889F1BE026d41236
Octal16421023733160463242266
Binary1110100100010001001111111011111001001101101010010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74889F; }

 p { color: rgb(116,136,159); }

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

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

 a { background-color: rgb(116,136,159); }

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

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

 span { border-color: rgb(116,136,159); }

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