#7463FF

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

Shades of Medium Slate Blue #7463FF

Tints of Medium Slate Blue #7463FF

Color information

#7463FF (or 0x7463FF) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 63 and FF. RGB value is (116,99,255). Sum of RGB (Red+Green+Blue) = 116+99+255=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #7463FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7463FF is #8B9C00. Grayscale: #797979. Windows color (decimal): -9149441 or 16737140. OLE color: 16737140.

HSL color Cylindrical-coordinate representation of color #7463FF: hue angle of 246.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7463FF is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11699255-
CMYK0.550.6100
HSL246.54º100%69.41%-
HSV(B)246.54º61.18%100%-
XYZ29.7119.8696.87-
YUV121.87203.13123.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.68%
GREEN value IS 99 (39.06% from 255) = 21.06%
BLUE value IS 255 (100% from 255) = 54.26%
R=24.68%
G=21.06%
B=54.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal116992550.550.6100246.5410069.41
Hex7463FF373D00f76445
Octal164143377677500367144105
Binary1110100110001111111111110111111101001111011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7463FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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