#7463DD

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

Shades of Medium Slate Blue #7463DD

Tints of Medium Slate Blue #7463DD

Color information

#7463DD (or 0x7463DD) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 63 and DD. RGB value is (116,99,221). Sum of RGB (Red+Green+Blue) = 116+99+221=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #7463DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7463DD is #8B9C22. Grayscale: #757575. Windows color (decimal): -9149475 or 14508916. OLE color: 14508916.

HSL color Cylindrical-coordinate representation of color #7463DD: hue angle of 248.36º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7463DD is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11699221-
CMYK0.480.5500.13
HSL248.36º64.21%62.75%-
HSV(B)248.36º55.2%86.67%-
XYZ24.7217.8670.55-
YUV117.99186.13126.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.61%
GREEN value IS 99 (39.06% from 255) = 22.71%
BLUE value IS 221 (86.72% from 255) = 50.69%
R=26.61%
G=22.71%
B=50.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116992210.480.5500.13248.3664.2162.75
Hex7463DD30370Df8403f
Octal164143335606701537010077
Binary111010011000111101110111000011011101101111110001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7463DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7463DD; }

 p { color: rgb(116,99,221); }

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

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

 a { background-color: rgb(116,99,221); }

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

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

 span { border-color: rgb(116,99,221); }

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