#758295

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

Shades of Slate Grey #758295

Tints of Slate Grey #758295

Color information

#758295 (or 0x758295) is unknown color: approx Slate Grey. HEX triplet: 75, 82 and 95. RGB value is (117,130,149). Sum of RGB (Red+Green+Blue) = 117+130+149=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #758295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758295 is #8A7D6A. Grayscale: #808080. Windows color (decimal): -9076075 or 9798261. OLE color: 9798261.

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

Color convert

RGB117130149-
CMYK0.210.1300.42
HSL215.62º13.11%52.16%-
HSV(B)215.62º21.48%58.43%-
XYZ20.7421.9231.57-
YUV128.28139.69119.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 149 (58.59% from 255) = 37.63%
R=29.55%
G=32.83%
B=37.63%

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
Decimal1171301490.210.1300.42215.6213.1152.16
Hex75829515D02Ad8d34
Octal16520222525150523301564
Binary111010110000010100101011010111010101010110110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758295; }

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

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

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

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

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

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

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

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