#714BEA

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

Shades of Medium Slate Blue #714BEA

Tints of Medium Slate Blue #714BEA

Color information

#714BEA (or 0x714BEA) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 4B and EA. RGB value is (113,75,234). Sum of RGB (Red+Green+Blue) = 113+75+234=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #714BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714BEA is #8EB415. Grayscale: #676767. Windows color (decimal): -9352214 or 15354737. OLE color: 15354737.

HSL color Cylindrical-coordinate representation of color #714BEA: hue angle of 254.34º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #714BEA is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11375234-
CMYK0.520.6800.08
HSL254.34º79.1%60.59%-
HSV(B)254.34º67.95%91.76%-
XYZ24.1814.4879.36-
YUV104.49201.09134.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 75 (29.69% from 255) = 17.77%
BLUE value IS 234 (91.80% from 255) = 55.45%
R=26.78%
G=17.77%
B=55.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal113752340.520.6800.08254.3479.160.59
Hex714BEA344408fe4f3d
Octal1611133526410401037611775
Binary1110001100101111101010110100100010001000111111101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,75,234); }

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

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

 a { background-color: rgb(113,75,234); }

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

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

 span { border-color: rgb(113,75,234); }

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