#758AA4

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

Shades of Light Slate Grey #758AA4

Tints of Light Slate Grey #758AA4

Color information

#758AA4 (or 0x758AA4) is unknown color: approx Light Slate Grey. HEX triplet: 75, 8A and A4. RGB value is (117,138,164). Sum of RGB (Red+Green+Blue) = 117+138+164=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 164 - color contains mainly: blue. Hex color #758AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758AA4 is #8A755B. Grayscale: #868686. Windows color (decimal): -9074012 or 10783349. OLE color: 10783349.

HSL color Cylindrical-coordinate representation of color #758AA4: hue angle of 213.19º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #758AA4 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB117138164-
CMYK0.290.1600.36
HSL213.19º20.52%55.1%-
HSV(B)213.19º28.66%64.31%-
XYZ23.1324.6438.66-
YUV134.68144.54115.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 138 (54.30% from 255) = 32.94%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=27.92%
G=32.94%
B=39.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171381640.290.1600.36213.1920.5255.1
Hex758AA41D10024d51537
Octal16521224435200443252567
Binary11101011000101010100100111011000001001001101010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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