#7264DD

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

Shades of Medium Slate Blue #7264DD

Tints of Medium Slate Blue #7264DD

Color information

#7264DD (or 0x7264DD) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 64 and DD. RGB value is (114,100,221). Sum of RGB (Red+Green+Blue) = 114+100+221=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #7264DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7264DD is #8D9B22. Grayscale: #757575. Windows color (decimal): -9280291 or 14509170. OLE color: 14509170.

HSL color Cylindrical-coordinate representation of color #7264DD: hue angle of 246.94º 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 #7264DD is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114100221-
CMYK0.480.5500.13
HSL246.94º64.02%62.94%-
HSV(B)246.94º54.75%86.67%-
XYZ24.5517.9170.57-
YUV117.98186.14125.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.21%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 221 (86.72% from 255) = 50.80%
R=26.21%
G=22.99%
B=50.80%

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
Decimal1141002210.480.5500.13246.9464.0262.94
Hex7264DD30370Df7403f
Octal162144335606701536710077
Binary111001011001001101110111000011011101101111101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7264DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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