#7389A4

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

Shades of Light Slate Grey #7389A4

Tints of Light Slate Grey #7389A4

Color information

#7389A4 (or 0x7389A4) is unknown color: approx Light Slate Grey. HEX triplet: 73, 89 and A4. RGB value is (115,137,164). Sum of RGB (Red+Green+Blue) = 115+137+164=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 164 - color contains mainly: blue. Hex color #7389A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7389A4 is #8C765B. Grayscale: #858585. Windows color (decimal): -9205340 or 10783091. OLE color: 10783091.

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

Color convert

RGB115137164-
CMYK0.300.1600.36
HSL213.06º21.21%54.71%-
HSV(B)213.06º29.88%64.31%-
XYZ22.7224.2238.6-
YUV133.5145.21114.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.64%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 164 (64.45% from 255) = 39.42%
R=27.64%
G=32.93%
B=39.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151371640.300.1600.36213.0621.2154.71
Hex7389A41E10024d51537
Octal16321124436200443252567
Binary11100111000100110100100111101000001001001101010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7389A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7389A4; }

 p { color: rgb(115,137,164); }

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

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

 a { background-color: rgb(115,137,164); }

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

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

 span { border-color: rgb(115,137,164); }

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