Html Css Color HEX #714EEF Medium Slate Blue

📋 copy color: '#714EEF'

red 113 ◦ green 78 ◦ blue 239

#714EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #714EEF

Tints of Medium Slate Blue #714EEF

RGB

 RED value IS 113 (44.53% from 255) = 26.28%

 GREEN value IS 78 (30.86% from 255) = 18.14%

 BLUE value IS 239 (93.75% from 255) = 55.58%

R = 26.28%
G = 18.14%
B = 55.58%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#714EEF (or 0x714EEF) is known color: Medium Slate Blue. HEX triplet: 71, 4E and EF. RGB value is (113,78,239). Sum of RGB (Red+Green+Blue) = 113+78+239=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #714EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714EEF is #8EB110. Grayscale: #6A6A6A. Windows color (decimal): -9351441 or 15683185. OLE color: 15683185.

HSL color Cylindrical-coordinate representation of color #714EEF: hue angle of 253.04º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #714EEF is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 78 239 -
CMYK 0.53 0.67 0 0.06
HSL 253.04º 0.83% 0.62% -
HSV(B) 253.04º 0.67% 0.94% -
XYZ 25.11 15.19 83.27 -
YUV 106.82 202.6 132.41 -
System Red Green Blue C M Y K H S L
Decimal 113 78 239 0.53 0.67 0 0.06 253.04 0.83 0.62
Hex 71 4E EF 35 43 0 6 FD 53 3E
Octal 161 116 357 65 103 0 6 375 123 76
Binary 1110001 1001110 11101111 110101 1000011 0 110 11111101 1010011 111110

Color Harmonies of #714EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714EEF

Black with #714EEF

Text Example


Text Example

White with #714EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #714EEF;
 }
 .AnyTagClassName
 {
   color: #714EEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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