#7288A3

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

Shades of Light Slate Grey #7288A3

Tints of Light Slate Grey #7288A3

Color information

#7288A3 (or 0x7288A3) is unknown color: approx Light Slate Grey. HEX triplet: 72, 88 and A3. RGB value is (114,136,163). Sum of RGB (Red+Green+Blue) = 114+136+163=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 163 - color contains mainly: blue. Hex color #7288A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7288A3 is #8D775C. Grayscale: #848484. Windows color (decimal): -9271133 or 10717298. OLE color: 10717298.

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

Color convert

RGB114136163-
CMYK0.300.1700.36
HSL213.06º21.03%54.31%-
HSV(B)213.06º30.06%63.92%-
XYZ22.3523.8338.07-
YUV132.5145.21114.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.60%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 163 (64.06% from 255) = 39.47%
R=27.60%
G=32.93%
B=39.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141361630.300.1700.36213.0621.0354.31
Hex7288A31E11024d51536
Octal16221024336210443252566
Binary11100101000100010100011111101000101001001101010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7288A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7288A3; }

 p { color: rgb(114,136,163); }

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

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

 a { background-color: rgb(114,136,163); }

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

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

 span { border-color: rgb(114,136,163); }

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