#748098

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

Shades of Light Slate Grey #748098

Tints of Light Slate Grey #748098

Color information

#748098 (or 0x748098) is unknown color: approx Light Slate Grey. HEX triplet: 74, 80 and 98. RGB value is (116,128,152). Sum of RGB (Red+Green+Blue) = 116+128+152=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #748098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748098 is #8B7F67. Grayscale: #7F7F7F. Windows color (decimal): -9142120 or 9994356. OLE color: 9994356.

HSL color Cylindrical-coordinate representation of color #748098: hue angle of 220º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #748098 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB116128152-
CMYK0.240.1600.40
HSL220º14.88%52.55%-
HSV(B)220º23.68%59.61%-
XYZ20.5921.4232.75-
YUV127.15142.02120.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 128 (50.39% from 255) = 32.32%
BLUE value IS 152 (59.77% from 255) = 38.38%
R=29.29%
G=32.32%
B=38.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161281520.240.1600.4022014.8852.55
Hex7480981810028dcf35
Octal16420023030200503341765
Binary1110100100000001001100011000100000101000110111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748098; }

 p { color: rgb(116,128,152); }

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

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

 a { background-color: rgb(116,128,152); }

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

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

 span { border-color: rgb(116,128,152); }

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