#7B73F1

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

Shades of Medium Slate Blue #7B73F1

Tints of Medium Slate Blue #7B73F1

Color information

#7B73F1 (or 0x7B73F1) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 73 and F1. RGB value is (123,115,241). Sum of RGB (Red+Green+Blue) = 123+115+241=479 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.68% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #7B73F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B73F1 is #848C0E. Grayscale: #838383. Windows color (decimal): -8686607 or 15823739. OLE color: 15823739.

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

Color convert

RGB123115241-
CMYK0.490.5200.05
HSL243.81º81.82%69.8%-
HSV(B)243.81º52.28%94.51%-
XYZ30.1822.8286.03-
YUV131.76189.65121.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.68%
GREEN value IS 115 (45.31% from 255) = 24.01%
BLUE value IS 241 (94.53% from 255) = 50.31%
R=25.68%
G=24.01%
B=50.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1231152410.490.5200.05243.8181.8269.8
Hex7B73F1313405f45246
Octal173163361616405364122106
Binary111101111100111111000111000111010001011111010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B73F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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