#758698

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

Shades of Light Slate Grey #758698

Tints of Light Slate Grey #758698

Color information

#758698 (or 0x758698) is unknown color: approx Light Slate Grey. HEX triplet: 75, 86 and 98. RGB value is (117,134,152). Sum of RGB (Red+Green+Blue) = 117+134+152=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 152 - color contains mainly: blue. Hex color #758698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758698 is #8A7967. Grayscale: #828282. Windows color (decimal): -9075048 or 9995893. OLE color: 9995893.

HSL color Cylindrical-coordinate representation of color #758698: hue angle of 210.86º 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 #758698 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB117134152-
CMYK0.230.1200.40
HSL210.86º14.52%52.75%-
HSV(B)210.86º23.03%59.61%-
XYZ21.5323.133.03-
YUV130.97139.87118.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 152 (59.77% from 255) = 37.72%
R=29.03%
G=33.25%
B=37.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171341520.230.1200.40210.8614.5252.75
Hex75869817C028d3f35
Octal16520623027140503231765
Binary111010110000110100110001011111000101000110100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758698; }

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

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

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

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

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

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

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

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