#74869F

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

Shades of Light Slate Grey #74869F

Tints of Light Slate Grey #74869F

Color information

#74869F (or 0x74869F) is unknown color: approx Light Slate Grey. HEX triplet: 74, 86 and 9F. RGB value is (116,134,159). Sum of RGB (Red+Green+Blue) = 116+134+159=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #74869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74869F is #8B7960. Grayscale: #838383. Windows color (decimal): -9140577 or 10454644. OLE color: 10454644.

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

Color convert

RGB116134159-
CMYK0.270.1600.38
HSL214.88º18.3%53.92%-
HSV(B)214.88º27.04%62.35%-
XYZ21.9923.2736.13-
YUV131.47143.54116.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.36%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=28.36%
G=32.76%
B=38.88%

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
Decimal1161341590.270.1600.38214.8818.353.92
Hex74869F1B10026d71236
Octal16420623733200463272266
Binary11101001000011010011111110111000001001101101011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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