#758098

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

Shades of Light Slate Grey #758098

Tints of Light Slate Grey #758098

Color information

#758098 (or 0x758098) is unknown color: approx Light Slate Grey. HEX triplet: 75, 80 and 98. RGB value is (117,128,152). Sum of RGB (Red+Green+Blue) = 117+128+152=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #758098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758098 is #8A7F67. Grayscale: #7F7F7F. Windows color (decimal): -9076584 or 9994357. OLE color: 9994357.

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

Color convert

RGB117128152-
CMYK0.230.1600.40
HSL221.14º14.52%52.75%-
HSV(B)221.14º23.03%59.61%-
XYZ20.7221.4932.76-
YUV127.45141.86120.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.47%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=29.47%
G=32.24%
B=38.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171281520.230.1600.40221.1414.5252.75
Hex7580981710028ddf35
Octal16520023027200503351765
Binary1110101100000001001100010111100000101000110111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758098; }

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

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

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

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

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

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

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

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