#74869D

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

Shades of Light Slate Grey #74869D

Tints of Light Slate Grey #74869D

Color information

#74869D (or 0x74869D) is unknown color: approx Light Slate Grey. HEX triplet: 74, 86 and 9D. RGB value is (116,134,157). Sum of RGB (Red+Green+Blue) = 116+134+157=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #74869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74869D is #8B7962. Grayscale: #838383. Windows color (decimal): -9140579 or 10323572. OLE color: 10323572.

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

Color convert

RGB116134157-
CMYK0.260.1500.38
HSL213.66º17.3%53.53%-
HSV(B)213.66º26.11%61.57%-
XYZ21.8123.235.23-
YUV131.24142.54117.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.50%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 157 (61.72% from 255) = 38.57%
R=28.50%
G=32.92%
B=38.57%

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
Decimal1161341570.260.1500.38213.6617.353.53
Hex74869D1AF026d61136
Octal16420623532170463262166
Binary1110100100001101001110111010111101001101101011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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