#758189

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

Shades of Slate Grey #758189

Tints of Slate Grey #758189

Color information

#758189 (or 0x758189) is unknown color: approx Slate Grey. HEX triplet: 75, 81 and 89. RGB value is (117,129,137). Sum of RGB (Red+Green+Blue) = 117+129+137=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 137 - color contains mainly: blue. Hex color #758189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758189 is #8A7E76. Grayscale: #7E7E7E. Windows color (decimal): -9076343 or 9011573. OLE color: 9011573.

HSL color Cylindrical-coordinate representation of color #758189: hue angle of 204º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758189 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB117129137-
CMYK0.150.0600.46
HSL204º7.87%49.8%-
HSV(B)204º14.6%53.73%-
XYZ19.721.2926.74-
YUV126.32134.02121.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.55%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 137 (53.91% from 255) = 35.77%
R=30.55%
G=33.68%
B=35.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171291370.150.0600.462047.8749.8
Hex758189F602Ecc832
Octal1652012111760563141062
Binary1110101100000011000100111111100101110110011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758189; }

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

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

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

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

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

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

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

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