#758895

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

Shades of Light Slate Grey #758895

Tints of Light Slate Grey #758895

Color information

#758895 (or 0x758895) is unknown color: approx Light Slate Grey. HEX triplet: 75, 88 and 95. RGB value is (117,136,149). Sum of RGB (Red+Green+Blue) = 117+136+149=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 149 - color contains mainly: blue. Hex color #758895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758895 is #8A776A. Grayscale: #838383. Windows color (decimal): -9074539 or 9799797. OLE color: 9799797.

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

Color convert

RGB117136149-
CMYK0.210.0900.42
HSL204.37º13.11%52.16%-
HSV(B)204.37º21.48%58.43%-
XYZ21.5723.5631.84-
YUV131.8137.71117.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.10%
GREEN value IS 136 (53.52% from 255) = 33.83%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=29.10%
G=33.83%
B=37.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171361490.210.0900.42204.3713.1152.16
Hex75889515902Accd34
Octal16521022525110523141564
Binary111010110001000100101011010110010101010110011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758895; }

 p { color: rgb(117,136,149); }

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

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

 a { background-color: rgb(117,136,149); }

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

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

 span { border-color: rgb(117,136,149); }

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