#738197

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

Shades of Slate Grey #738197

Tints of Slate Grey #738197

Color information

#738197 (or 0x738197) is unknown color: approx Slate Grey. HEX triplet: 73, 81 and 97. RGB value is (115,129,151). Sum of RGB (Red+Green+Blue) = 115+129+151=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 151 - color contains mainly: blue. Hex color #738197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738197 is #8C7E68. Grayscale: #7F7F7F. Windows color (decimal): -9207401 or 9929075. OLE color: 9929075.

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

Color convert

RGB115129151-
CMYK0.240.1500.41
HSL216.67º14.75%52.16%-
HSV(B)216.67º23.84%59.22%-
XYZ20.5121.5832.36-
YUV127.32141.36119.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.11%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=29.11%
G=32.66%
B=38.23%

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
Decimal1151291510.240.1500.41216.6714.7552.16
Hex73819718F029d9f34
Octal16320122730170513311764
Binary111001110000001100101111100011110101001110110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738197; }

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

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

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

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

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

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

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

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