#738896

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

Shades of Light Slate Grey #738896

Tints of Light Slate Grey #738896

Color information

#738896 (or 0x738896) is unknown color: approx Light Slate Grey. HEX triplet: 73, 88 and 96. RGB value is (115,136,150). Sum of RGB (Red+Green+Blue) = 115+136+150=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 150 - color contains mainly: blue. Hex color #738896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738896 is #8C7769. Grayscale: #838383. Windows color (decimal): -9205610 or 9865331. OLE color: 9865331.

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

Color convert

RGB115136150-
CMYK0.230.0900.41
HSL204º14.29%51.96%-
HSV(B)204º23.33%58.82%-
XYZ21.3823.4632.25-
YUV131.32138.54116.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.68%
GREEN value IS 136 (53.52% from 255) = 33.92%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=28.68%
G=33.92%
B=37.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151361500.230.0900.4120414.2951.96
Hex738896179029cce34
Octal16321022627110513141664
Binary111001110001000100101101011110010101001110011001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738896; }

 p { color: rgb(115,136,150); }

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

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

 a { background-color: rgb(115,136,150); }

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

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

 span { border-color: rgb(115,136,150); }

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