#7264FF

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

Shades of Medium Slate Blue #7264FF

Tints of Medium Slate Blue #7264FF

Color information

#7264FF (or 0x7264FF) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 64 and FF. RGB value is (114,100,255). Sum of RGB (Red+Green+Blue) = 114+100+255=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #7264FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7264FF is #8D9B00. Grayscale: #797979. Windows color (decimal): -9280257 or 16737394. OLE color: 16737394.

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

Color convert

RGB114100255-
CMYK0.550.6100
HSL245.42º100%69.61%-
HSV(B)245.42º60.78%100%-
XYZ29.5519.9196.89-
YUV121.86203.14122.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.31%
GREEN value IS 100 (39.45% from 255) = 21.32%
BLUE value IS 255 (100% from 255) = 54.37%
R=24.31%
G=21.32%
B=54.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1141002550.550.6100245.4210069.61
Hex7264FF373D00f56446
Octal162144377677500365144106
Binary1110010110010011111111110111111101001111010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7264FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,100,255); }

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

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

 a { background-color: rgb(114,100,255); }

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

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

 span { border-color: rgb(114,100,255); }

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