#74859E

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

Shades of Light Slate Grey #74859E

Tints of Light Slate Grey #74859E

Color information

#74859E (or 0x74859E) is unknown color: approx Light Slate Grey. HEX triplet: 74, 85 and 9E. RGB value is (116,133,158). Sum of RGB (Red+Green+Blue) = 116+133+158=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 158 - color contains mainly: blue. Hex color #74859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74859E is #8B7A61. Grayscale: #828282. Windows color (decimal): -9140834 or 10388852. OLE color: 10388852.

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

Color convert

RGB116133158-
CMYK0.270.1600.38
HSL215.71º17.8%53.73%-
HSV(B)215.71º26.58%61.96%-
XYZ21.7622.9635.63-
YUV130.77143.37117.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.50%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 158 (62.11% from 255) = 38.82%
R=28.50%
G=32.68%
B=38.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161331580.270.1600.38215.7117.853.73
Hex74859E1B10026d81236
Octal16420523633200463302266
Binary11101001000010110011110110111000001001101101100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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