#74859D

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

Shades of Light Slate Grey #74859D

Tints of Light Slate Grey #74859D

Color information

#74859D (or 0x74859D) is unknown color: approx Light Slate Grey. HEX triplet: 74, 85 and 9D. RGB value is (116,133,157). Sum of RGB (Red+Green+Blue) = 116+133+157=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #74859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74859D is #8B7A62. Grayscale: #828282. Windows color (decimal): -9140835 or 10323316. OLE color: 10323316.

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

Color convert

RGB116133157-
CMYK0.260.1500.38
HSL215.12º17.3%53.53%-
HSV(B)215.12º26.11%61.57%-
XYZ21.6822.9235.18-
YUV130.65142.87117.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.57%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=28.57%
G=32.76%
B=38.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161331570.260.1500.38215.1217.353.53
Hex74859D1AF026d71136
Octal16420523532170463272166
Binary1110100100001011001110111010111101001101101011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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