#7B72E7

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

Shades of Medium Slate Blue #7B72E7

Tints of Medium Slate Blue #7B72E7

Color information

#7B72E7 (or 0x7B72E7) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 72 and E7. RGB value is (123,114,231). Sum of RGB (Red+Green+Blue) = 123+114+231=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #7B72E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B72E7 is #848D18. Grayscale: #818181. Windows color (decimal): -8686873 or 15168123. OLE color: 15168123.

HSL color Cylindrical-coordinate representation of color #7B72E7: hue angle of 244.62º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B72E7 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB123114231-
CMYK0.470.5100.09
HSL244.62º70.91%67.65%-
HSV(B)244.62º50.65%90.59%-
XYZ28.6122.0278.34-
YUV130.03184.98122.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.28%
GREEN value IS 114 (44.92% from 255) = 24.36%
BLUE value IS 231 (90.62% from 255) = 49.36%
R=26.28%
G=24.36%
B=49.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1231142310.470.5100.09244.6270.9167.65
Hex7B72E72F3309f54744
Octal1731623475763011365107104
Binary1111011111001011100111101111110011010011111010110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B72E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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