#738297

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

Shades of Light Slate Grey #738297

Tints of Light Slate Grey #738297

Color information

#738297 (or 0x738297) is unknown color: approx Light Slate Grey. HEX triplet: 73, 82 and 97. RGB value is (115,130,151). Sum of RGB (Red+Green+Blue) = 115+130+151=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 151 - color contains mainly: blue. Hex color #738297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738297 is #8C7D68. Grayscale: #7F7F7F. Windows color (decimal): -9207145 or 9929331. OLE color: 9929331.

HSL color Cylindrical-coordinate representation of color #738297: hue angle of 215º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #738297 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB115130151-
CMYK0.240.1400.41
HSL215º14.75%52.16%-
HSV(B)215º23.84%59.22%-
XYZ20.6421.8432.41-
YUV127.91141.03118.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.04%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 151 (59.38% from 255) = 38.13%
R=29.04%
G=32.83%
B=38.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151301510.240.1400.4121514.7552.16
Hex73829718E029d7f34
Octal16320222730160513271764
Binary111001110000010100101111100011100101001110101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738297; }

 p { color: rgb(115,130,151); }

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

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

 a { background-color: rgb(115,130,151); }

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

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

 span { border-color: rgb(115,130,151); }

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