#758195

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

Shades of Slate Grey #758195

Tints of Slate Grey #758195

Color information

#758195 (or 0x758195) is unknown color: approx Slate Grey. HEX triplet: 75, 81 and 95. RGB value is (117,129,149). Sum of RGB (Red+Green+Blue) = 117+129+149=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #758195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758195 is #8A7E6A. Grayscale: #7F7F7F. Windows color (decimal): -9076331 or 9798005. OLE color: 9798005.

HSL color Cylindrical-coordinate representation of color #758195: hue angle of 217.5º 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 #758195 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117129149-
CMYK0.210.1300.42
HSL217.5º13.11%52.16%-
HSV(B)217.5º21.48%58.43%-
XYZ20.6121.6531.53-
YUV127.69140.02120.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=29.62%
G=32.66%
B=37.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171291490.210.1300.42217.513.1152.16
Hex75819515D02Ad9d34
Octal16520122525150523311564
Binary111010110000001100101011010111010101010110110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758195; }

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

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

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

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

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

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

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

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