#738696

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

Shades of Light Slate Grey #738696

Tints of Light Slate Grey #738696

Color information

#738696 (or 0x738696) is unknown color: approx Light Slate Grey. HEX triplet: 73, 86 and 96. RGB value is (115,134,150). Sum of RGB (Red+Green+Blue) = 115+134+150=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 150 - color contains mainly: blue. Hex color #738696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738696 is #8C7969. Grayscale: #828282. Windows color (decimal): -9206122 or 9864819. OLE color: 9864819.

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

Color convert

RGB115134150-
CMYK0.230.1100.41
HSL207.43º14.29%51.96%-
HSV(B)207.43º23.33%58.82%-
XYZ21.122.932.16-
YUV130.14139.21117.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=28.82%
G=33.58%
B=37.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151341500.230.1100.41207.4314.2951.96
Hex73869617B029cfe34
Octal16320622627130513171664
Binary111001110000110100101101011110110101001110011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738696; }

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

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

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

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

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

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

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

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