#7248EB

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

Shades of Medium Slate Blue #7248EB

Tints of Medium Slate Blue #7248EB

Color information

#7248EB (or 0x7248EB) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 48 and EB. RGB value is (114,72,235). Sum of RGB (Red+Green+Blue) = 114+72+235=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #7248EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7248EB is #8DB714. Grayscale: #666666. Windows color (decimal): -9287445 or 15419506. OLE color: 15419506.

HSL color Cylindrical-coordinate representation of color #7248EB: hue angle of 255.46º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7248EB is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11472235-
CMYK0.510.6900.08
HSL255.46º80.3%60.2%-
HSV(B)255.46º69.36%92.16%-
XYZ24.2514.2180.06-
YUV103.14202.41135.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.08%
GREEN value IS 72 (28.52% from 255) = 17.10%
BLUE value IS 235 (92.19% from 255) = 55.82%
R=27.08%
G=17.10%
B=55.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal114722350.510.6900.08255.4680.360.2
Hex7248EB334508ff503c
Octal1621103536310501037712074
Binary1110010100100011101011110011100010101000111111111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7248EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7248EB; }

 p { color: rgb(114,72,235); }

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

<style>
 a { background-color: #7248EB; }

 a { background-color: rgb(114,72,235); }

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

<style>
 span { border-color: #7248EB; }

 span { border-color: rgb(114,72,235); }

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