#758A9C

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

Shades of Light Slate Grey #758A9C

Tints of Light Slate Grey #758A9C

Color information

#758A9C (or 0x758A9C) is unknown color: approx Light Slate Grey. HEX triplet: 75, 8A and 9C. RGB value is (117,138,156). Sum of RGB (Red+Green+Blue) = 117+138+156=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #758A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758A9C is #8A7563. Grayscale: #858585. Windows color (decimal): -9074020 or 10259061. OLE color: 10259061.

HSL color Cylindrical-coordinate representation of color #758A9C: hue angle of 207.69º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #758A9C is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117138156-
CMYK0.250.1200.39
HSL207.69º16.46%53.53%-
HSV(B)207.69º25%61.18%-
XYZ22.4324.3634.97-
YUV133.77140.54116.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.47%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=28.47%
G=33.58%
B=37.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171381560.250.1200.39207.6916.4653.53
Hex758A9C19C027d01036
Octal16521223431140473202066
Binary1110101100010101001110011001110001001111101000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758A9C; }

 p { color: rgb(117,138,156); }

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

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

 a { background-color: rgb(117,138,156); }

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

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

 span { border-color: rgb(117,138,156); }

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