#73889F

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

Shades of Light Slate Grey #73889F

Tints of Light Slate Grey #73889F

Color information

#73889F (or 0x73889F) is unknown color: approx Light Slate Grey. HEX triplet: 73, 88 and 9F. RGB value is (115,136,159). Sum of RGB (Red+Green+Blue) = 115+136+159=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #73889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73889F is #8C7760. Grayscale: #848484. Windows color (decimal): -9205601 or 10455155. OLE color: 10455155.

HSL color Cylindrical-coordinate representation of color #73889F: hue angle of 211.36º 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 #73889F is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115136159-
CMYK0.280.1400.38
HSL211.36º18.64%53.73%-
HSV(B)211.36º27.67%62.35%-
XYZ22.1323.7636.22-
YUV132.34143.04115.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.05%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 159 (62.5% from 255) = 38.78%
R=28.05%
G=33.17%
B=38.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151361590.280.1400.38211.3618.6453.73
Hex73889F1CE026d31336
Octal16321023734160463232366
Binary1110011100010001001111111100111001001101101001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73889F; }

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

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

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

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

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

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

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

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