#73869B

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

Shades of Light Slate Grey #73869B

Tints of Light Slate Grey #73869B

Color information

#73869B (or 0x73869B) is unknown color: approx Light Slate Grey. HEX triplet: 73, 86 and 9B. RGB value is (115,134,155). Sum of RGB (Red+Green+Blue) = 115+134+155=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #73869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73869B is #8C7964. Grayscale: #828282. Windows color (decimal): -9206117 or 10192499. OLE color: 10192499.

HSL color Cylindrical-coordinate representation of color #73869B: hue angle of 211.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73869B is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115134155-
CMYK0.260.1400.39
HSL211.5º16.67%52.94%-
HSV(B)211.5º25.81%60.78%-
XYZ21.5123.0634.33-
YUV130.71141.71116.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.47%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=28.47%
G=33.17%
B=38.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151341550.260.1400.39211.516.6752.94
Hex73869B1AE027d31135
Octal16320623332160473232165
Binary1110011100001101001101111010111001001111101001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73869B; }

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

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

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

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

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

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

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

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