#738A9F

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

Shades of Light Slate Grey #738A9F

Tints of Light Slate Grey #738A9F

Color information

#738A9F (or 0x738A9F) is unknown color: approx Light Slate Grey. HEX triplet: 73, 8A and 9F. RGB value is (115,138,159). Sum of RGB (Red+Green+Blue) = 115+138+159=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #738A9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A9F is #8C7560. Grayscale: #858585. Windows color (decimal): -9205089 or 10455667. OLE color: 10455667.

HSL color Cylindrical-coordinate representation of color #738A9F: hue angle of 208.64º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #738A9F is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115138159-
CMYK0.280.1300.38
HSL208.64º18.64%53.73%-
HSV(B)208.64º27.67%62.35%-
XYZ22.4224.3336.31-
YUV133.52142.38114.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.91%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=27.91%
G=33.50%
B=38.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151381590.280.1300.38208.6418.6453.73
Hex738A9F1CD026d11336
Octal16321223734150463212366
Binary1110011100010101001111111100110101001101101000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738A9F; }

 p { color: rgb(115,138,159); }

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

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

 a { background-color: rgb(115,138,159); }

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

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

 span { border-color: rgb(115,138,159); }

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