#74869E

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

Shades of Light Slate Grey #74869E

Tints of Light Slate Grey #74869E

Color information

#74869E (or 0x74869E) is unknown color: approx Light Slate Grey. HEX triplet: 74, 86 and 9E. RGB value is (116,134,158). Sum of RGB (Red+Green+Blue) = 116+134+158=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 158 - color contains mainly: blue. Hex color #74869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74869E is #8B7961. Grayscale: #838383. Windows color (decimal): -9140578 or 10389108. OLE color: 10389108.

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

Color convert

RGB116134158-
CMYK0.270.1500.38
HSL214.29º17.8%53.73%-
HSV(B)214.29º26.58%61.96%-
XYZ21.923.2335.68-
YUV131.35143.04117.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.43%
GREEN value IS 134 (52.73% from 255) = 32.84%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=28.43%
G=32.84%
B=38.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161341580.270.1500.38214.2917.853.73
Hex74869E1BF026d61236
Octal16420623633170463262266
Binary1110100100001101001111011011111101001101101011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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