#748395

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

Shades of Light Slate Grey #748395

Tints of Light Slate Grey #748395

Color information

#748395 (or 0x748395) is unknown color: approx Light Slate Grey. HEX triplet: 74, 83 and 95. RGB value is (116,131,149). Sum of RGB (Red+Green+Blue) = 116+131+149=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #748395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748395 is #8B7C6A. Grayscale: #808080. Windows color (decimal): -9141355 or 9798516. OLE color: 9798516.

HSL color Cylindrical-coordinate representation of color #748395: hue angle of 212.73º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #748395 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB116131149-
CMYK0.220.1200.42
HSL212.73º13.47%51.96%-
HSV(B)212.73º22.15%58.43%-
XYZ20.7422.1231.61-
YUV128.57139.53119.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 149 (58.59% from 255) = 37.63%
R=29.29%
G=33.08%
B=37.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161311490.220.1200.42212.7313.4751.96
Hex74839516C02Ad5d34
Octal16420322526140523251564
Binary111010010000011100101011011011000101010110101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748395; }

 p { color: rgb(116,131,149); }

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

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

 a { background-color: rgb(116,131,149); }

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

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

 span { border-color: rgb(116,131,149); }

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