#7145ED

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

Shades of Medium Slate Blue #7145ED

Tints of Medium Slate Blue #7145ED

Color information

#7145ED (or 0x7145ED) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 45 and ED. RGB value is (113,69,237). Sum of RGB (Red+Green+Blue) = 113+69+237=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #7145ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7145ED is #8EBA12. Grayscale: #646464. Windows color (decimal): -9353747 or 15549809. OLE color: 15549809.

HSL color Cylindrical-coordinate representation of color #7145ED: hue angle of 255.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7145ED is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11369237-
CMYK0.520.7100.07
HSL255.71º82.35%60%-
HSV(B)255.71º70.89%92.94%-
XYZ24.2213.8881.52-
YUV101.31204.58136.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.97%
GREEN value IS 69 (27.34% from 255) = 16.47%
BLUE value IS 237 (92.97% from 255) = 56.56%
R=26.97%
G=16.47%
B=56.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal113692370.520.7100.07255.7182.3560
Hex7145ED344707100523c
Octal161105355641070740012274
Binary1110001100010111101101110100100011101111000000001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7145ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7145ED; }

 p { color: rgb(113,69,237); }

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

<style>
 a { background-color: #7145ED; }

 a { background-color: rgb(113,69,237); }

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

<style>
 span { border-color: #7145ED; }

 span { border-color: rgb(113,69,237); }

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