#7b58f1

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

Shades of Medium Slate Blue #7B58F1

Tints of Medium Slate Blue #7B58F1

Color information

#7B58F1 (or 0x7B58F1) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 58 and F1. RGB value is (123,88,241). Sum of RGB (Red+Green+Blue) = 123+88+241=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #7B58F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B58F1 is #84A70E. Grayscale: #737373. Windows color (decimal): -8693519 or 15816827. OLE color: 15816827.

HSL color Cylindrical-coordinate representation of color #7B58F1: hue angle of 253.73º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B58F1 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12388241-
CMYK0.490.6300.05
HSL253.73º84.53%64.51%-
HSV(B)253.73º63.49%94.51%-
XYZ27.5417.5485.15-
YUV115.91198.6133.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.21%
GREEN value IS 88 (34.77% from 255) = 19.47%
BLUE value IS 241 (94.53% from 255) = 53.32%
R=27.21%
G=19.47%
B=53.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal123882410.490.6300.05253.7384.5364.51
Hex7B58F1313F05fe5541
Octal173130361617705376125101
Binary111101110110001111000111000111111101011111111010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b58f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,88,241); }

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

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

 a { background-color: rgb(123,88,241); }

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

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

 span { border-color: rgb(123,88,241); }

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