#758088

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

Shades of Slate Grey #758088

Tints of Slate Grey #758088

Color information

#758088 (or 0x758088) is unknown color: approx Slate Grey. HEX triplet: 75, 80 and 88. RGB value is (117,128,136). Sum of RGB (Red+Green+Blue) = 117+128+136=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 136 - color contains mainly: blue. Hex color #758088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758088 is #8A7F77. Grayscale: #7D7D7D. Windows color (decimal): -9076600 or 8945781. OLE color: 8945781.

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

Color convert

RGB117128136-
CMYK0.140.0600.47
HSL205.26º7.51%49.61%-
HSV(B)205.26º13.97%53.33%-
XYZ19.52126.32-
YUV125.62133.86121.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 136 (53.52% from 255) = 35.70%
R=30.71%
G=33.60%
B=35.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171281360.140.0600.47205.267.5149.61
Hex758088E602Fcd832
Octal1652002101660573151062
Binary1110101100000001000100011101100101111110011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758088; }

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

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

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

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

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

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

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

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