#7B72F3

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

Shades of Medium Slate Blue #7B72F3

Tints of Medium Slate Blue #7B72F3

Color information

#7B72F3 (or 0x7B72F3) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 72 and F3. RGB value is (123,114,243). Sum of RGB (Red+Green+Blue) = 123+114+243=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #7B72F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B72F3 is #848D0C. Grayscale: #828282. Windows color (decimal): -8686861 or 15954555. OLE color: 15954555.

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

Color convert

RGB123114243-
CMYK0.490.5300.05
HSL244.19º84.31%70%-
HSV(B)244.19º53.09%95.29%-
XYZ30.3622.7287.58-
YUV131.4190.98122.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.62%
GREEN value IS 114 (44.92% from 255) = 23.75%
BLUE value IS 243 (95.31% from 255) = 50.62%
R=25.62%
G=23.75%
B=50.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1231142430.490.5300.05244.1984.3170
Hex7B72F3313505f45446
Octal173162363616505364124106
Binary111101111100101111001111000111010101011111010010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B72F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,114,243); }

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

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

 a { background-color: rgb(123,114,243); }

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

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

 span { border-color: rgb(123,114,243); }

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