Html Css Color HEX #714FEF Medium Slate Blue

📋 copy color: '#714FEF'

red 113 ◦ green 79 ◦ blue 239

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

Shades of Medium Slate Blue #714FEF

Tints of Medium Slate Blue #714FEF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.33%

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

R = 26.22%
G = 18.33%
B = 55.45%

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

#714FEF (or 0x714FEF) is known color: Medium Slate Blue. HEX triplet: 71, 4F and EF. RGB value is (113,79,239). Sum of RGB (Red+Green+Blue) = 113+79+239=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #714FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714FEF is #8EB010. Grayscale: #6A6A6A. Windows color (decimal): -9351185 or 15683441. OLE color: 15683441.

HSL color Cylindrical-coordinate representation of color #714FEF: hue angle of 252.75º 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 #714FEF is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 79 239 -
CMYK 0.53 0.67 0 0.06
HSL 252.75º 0.83% 0.62% -
HSV(B) 252.75º 0.67% 0.94% -
XYZ 25.19 15.33 83.29 -
YUV 107.41 202.26 131.99 -
System Red Green Blue C M Y K H S L
Decimal 113 79 239 0.53 0.67 0 0.06 252.75 0.83 0.62
Hex 71 4F EF 35 43 0 6 FD 53 3E
Octal 161 117 357 65 103 0 6 375 123 76
Binary 1110001 1001111 11101111 110101 1000011 0 110 11111101 1010011 111110

Color Harmonies of #714FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FEF

Black with #714FEF

Text Example


Text Example

White with #714FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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