#7B64DD

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

Shades of Medium Slate Blue #7B64DD

Tints of Medium Slate Blue #7B64DD

Color information

#7B64DD (or 0x7B64DD) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 64 and DD. RGB value is (123,100,221). Sum of RGB (Red+Green+Blue) = 123+100+221=444 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.70% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B64DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B64DD is #849B22. Grayscale: #787878. Windows color (decimal): -8690467 or 14509179. OLE color: 14509179.

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

Color convert

RGB123100221-
CMYK0.440.5500.13
HSL251.4º64.02%62.94%-
HSV(B)251.4º54.75%86.67%-
XYZ25.7818.5570.63-
YUV120.67184.62129.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.70%
GREEN value IS 100 (39.45% from 255) = 22.52%
BLUE value IS 221 (86.72% from 255) = 49.77%
R=27.70%
G=22.52%
B=49.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231002210.440.5500.13251.464.0262.94
Hex7B64DD2C370Dfb403f
Octal173144335546701537310077
Binary111101111001001101110110110011011101101111110111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B64DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B64DD; }

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

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

<style>
 a { background-color: #7B64DD; }

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

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

<style>
 span { border-color: #7B64DD; }

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

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