#738097

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

Shades of Slate Grey #738097

Tints of Slate Grey #738097

Color information

#738097 (or 0x738097) is unknown color: approx Slate Grey. HEX triplet: 73, 80 and 97. RGB value is (115,128,151). Sum of RGB (Red+Green+Blue) = 115+128+151=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 151 - color contains mainly: blue. Hex color #738097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738097 is #8C7F68. Grayscale: #7E7E7E. Windows color (decimal): -9207657 or 9928819. OLE color: 9928819.

HSL color Cylindrical-coordinate representation of color #738097: hue angle of 218.33º 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 #738097 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB115128151-
CMYK0.240.1500.41
HSL218.33º14.75%52.16%-
HSV(B)218.33º23.84%59.22%-
XYZ20.3821.3232.32-
YUV126.73141.69119.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 151 (59.38% from 255) = 38.32%
R=29.19%
G=32.49%
B=38.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151281510.240.1500.41218.3314.7552.16
Hex73809718F029daf34
Octal16320022730170513321764
Binary111001110000000100101111100011110101001110110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738097; }

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

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

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

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

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

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

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

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