#738597

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

Shades of Light Slate Grey #738597

Tints of Light Slate Grey #738597

Color information

#738597 (or 0x738597) is unknown color: approx Light Slate Grey. HEX triplet: 73, 85 and 97. RGB value is (115,133,151). Sum of RGB (Red+Green+Blue) = 115+133+151=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 151 - color contains mainly: blue. Hex color #738597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738597 is #8C7A68. Grayscale: #818181. Windows color (decimal): -9206377 or 9930099. OLE color: 9930099.

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

Color convert

RGB115133151-
CMYK0.240.1200.41
HSL210º14.75%52.16%-
HSV(B)210º23.84%59.22%-
XYZ21.0422.6532.54-
YUV129.67140.04117.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 151 (59.38% from 255) = 37.84%
R=28.82%
G=33.33%
B=37.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151331510.240.1200.4121014.7552.16
Hex73859718C029d2f34
Octal16320522730140513221764
Binary111001110000101100101111100011000101001110100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738597; }

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

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

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

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

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

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

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

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