#73869F

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

Shades of Light Slate Grey #73869F

Tints of Light Slate Grey #73869F

Color information

#73869F (or 0x73869F) is unknown color: approx Light Slate Grey. HEX triplet: 73, 86 and 9F. RGB value is (115,134,159). Sum of RGB (Red+Green+Blue) = 115+134+159=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #73869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73869F is #8C7960. Grayscale: #838383. Windows color (decimal): -9206113 or 10454643. OLE color: 10454643.

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

Color convert

RGB115134159-
CMYK0.280.1600.38
HSL214.09º18.64%53.73%-
HSV(B)214.09º27.67%62.35%-
XYZ21.8523.236.13-
YUV131.17143.71116.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.19%
GREEN value IS 134 (52.73% from 255) = 32.84%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=28.19%
G=32.84%
B=38.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151341590.280.1600.38214.0918.6453.73
Hex73869F1C10026d61336
Octal16320623734200463262366
Binary11100111000011010011111111001000001001101101011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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