#7464FD

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

Shades of Medium Slate Blue #7464FD

Tints of Medium Slate Blue #7464FD

Color information

#7464FD (or 0x7464FD) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 64 and FD. RGB value is (116,100,253). Sum of RGB (Red+Green+Blue) = 116+100+253=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #7464FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7464FD is #8B9B02. Grayscale: #797979. Windows color (decimal): -9149187 or 16606324. OLE color: 16606324.

HSL color Cylindrical-coordinate representation of color #7464FD: hue angle of 246.27º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7464FD is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB116100253-
CMYK0.540.6000.01
HSL246.27º97.45%69.22%-
HSV(B)246.27º60.47%99.22%-
XYZ29.4919.9295.22-
YUV122.23201.8123.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.73%
GREEN value IS 100 (39.45% from 255) = 21.32%
BLUE value IS 253 (99.22% from 255) = 53.94%
R=24.73%
G=21.32%
B=53.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1161002530.540.6000.01246.2797.4569.22
Hex7464FD363C01f66145
Octal164144375667401366141105
Binary1110100110010011111101110110111100011111011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7464FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7464FD; }

 p { color: rgb(116,100,253); }

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

<style>
 a { background-color: #7464FD; }

 a { background-color: rgb(116,100,253); }

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

<style>
 span { border-color: #7464FD; }

 span { border-color: rgb(116,100,253); }

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