#7B61DF

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

Shades of Medium Slate Blue #7B61DF

Tints of Medium Slate Blue #7B61DF

Color information

#7B61DF (or 0x7B61DF) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 61 and DF. RGB value is (123,97,223). Sum of RGB (Red+Green+Blue) = 123+97+223=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B61DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B61DF is #849E20. Grayscale: #767676. Windows color (decimal): -8691233 or 14639483. OLE color: 14639483.

HSL color Cylindrical-coordinate representation of color #7B61DF: hue angle of 252.38º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B61DF is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12397223-
CMYK0.450.5700.13
HSL252.38º66.32%62.75%-
HSV(B)252.38º56.5%87.45%-
XYZ25.7618.0971.95-
YUV119.14186.61130.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.77%
GREEN value IS 97 (38.28% from 255) = 21.90%
BLUE value IS 223 (87.5% from 255) = 50.34%
R=27.77%
G=21.90%
B=50.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal123972230.450.5700.13252.3866.3262.75
Hex7B61DF2D390Dfc423f
Octal173141337557101537410277
Binary111101111000011101111110110111100101101111111001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B61DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,97,223); }

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

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

 a { background-color: rgb(123,97,223); }

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

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

 span { border-color: rgb(123,97,223); }

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