#7368DB

Color #7368DB Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7368DB

Tints of Medium Slate Blue #7368DB

Color information

#7368DB (or 0x7368DB) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 68 and DB. RGB value is (115,104,219). Sum of RGB (Red+Green+Blue) = 115+104+219=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #7368DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7368DB is #8C9724. Grayscale: #777777. Windows color (decimal): -9213733 or 14379123. OLE color: 14379123.

HSL color Cylindrical-coordinate representation of color #7368DB: hue angle of 245.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7368DB is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB115104219-
CMYK0.470.5300.14
HSL245.74º61.5%63.33%-
HSV(B)245.74º52.51%85.88%-
XYZ24.8118.6669.31-
YUV120.4183.64124.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.26%
GREEN value IS 104 (41.02% from 255) = 23.74%
BLUE value IS 219 (85.94% from 255) = 50%
R=26.26%
G=23.74%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1151042190.470.5300.14245.7461.563.33
Hex7368DB2F350Ef63d3f
Octal16315033357650163667577
Binary11100111101000110110111011111101010111011110110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7368DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7368DB; }

 p { color: rgb(115,104,219); }

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

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

 a { background-color: rgb(115,104,219); }

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

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

 span { border-color: rgb(115,104,219); }

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