#7151ED

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

Shades of Medium Slate Blue #7151ED

Tints of Medium Slate Blue #7151ED

Color information

#7151ED (or 0x7151ED) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 51 and ED. RGB value is (113,81,237). Sum of RGB (Red+Green+Blue) = 113+81+237=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #7151ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7151ED is #8EAE12. Grayscale: #6B6B6B. Windows color (decimal): -9350675 or 15552881. OLE color: 15552881.

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

Color convert

RGB11381237-
CMYK0.520.6600.07
HSL252.31º81.25%62.35%-
HSV(B)252.31º65.82%92.94%-
XYZ25.0415.5181.79-
YUV108.35200.6131.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.22%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 237 (92.97% from 255) = 54.99%
R=26.22%
G=18.79%
B=54.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal113812370.520.6600.07252.3181.2562.35
Hex7151ED344207fc513e
Octal161121355641020737412176
Binary111000110100011110110111010010000100111111111001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7151ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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