#738195

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

Shades of Slate Grey #738195

Tints of Slate Grey #738195

Color information

#738195 (or 0x738195) is unknown color: approx Slate Grey. HEX triplet: 73, 81 and 95. RGB value is (115,129,149). Sum of RGB (Red+Green+Blue) = 115+129+149=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #738195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738195 is #8C7E6A. Grayscale: #7F7F7F. Windows color (decimal): -9207403 or 9798003. OLE color: 9798003.

HSL color Cylindrical-coordinate representation of color #738195: hue angle of 215.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #738195 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB115129149-
CMYK0.230.1300.42
HSL215.29º13.82%51.76%-
HSV(B)215.29º22.82%58.43%-
XYZ20.3521.5231.51-
YUV127.09140.36119.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 149 (58.59% from 255) = 37.91%
R=29.26%
G=32.82%
B=37.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151291490.230.1300.42215.2913.8251.76
Hex73819517D02Ad7e34
Octal16320122527150523271664
Binary111001110000001100101011011111010101010110101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738195; }

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

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

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

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

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

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

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

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