#714EED

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

Shades of Medium Slate Blue #714EED

Tints of Medium Slate Blue #714EED

Color information

#714EED (or 0x714EED) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 4E and ED. RGB value is (113,78,237). Sum of RGB (Red+Green+Blue) = 113+78+237=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #714EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714EED is #8EB112. Grayscale: #696969. Windows color (decimal): -9351443 or 15552113. OLE color: 15552113.

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

Color convert

RGB11378237-
CMYK0.520.6700.07
HSL253.21º81.54%61.76%-
HSV(B)253.21º67.09%92.94%-
XYZ24.8215.0781.72-
YUV106.59201.6132.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.40%
GREEN value IS 78 (30.86% from 255) = 18.22%
BLUE value IS 237 (92.97% from 255) = 55.37%
R=26.40%
G=18.22%
B=55.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal113782370.520.6700.07253.2181.5461.76
Hex714EED344307fd523e
Octal161116355641030737512276
Binary111000110011101110110111010010000110111111111011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714EED; }

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

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

<style>
 a { background-color: #714EED; }

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

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

<style>
 span { border-color: #714EED; }

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

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