Html Css Color HEX #714EF5 Medium Slate Blue

📋 copy color: '#714EF5'

red 113 ◦ green 78 ◦ blue 245

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

Shades of Medium Slate Blue #714EF5

Tints of Medium Slate Blue #714EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 56.19%

R = 25.92%
G = 17.89%
B = 56.19%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#714EF5 (or 0x714EF5) is known color: Medium Slate Blue. HEX triplet: 71, 4E and F5. RGB value is (113,78,245). Sum of RGB (Red+Green+Blue) = 113+78+245=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 245 (96.09% from 255 or 56.19% from 436); Max value from RGB is 245 - color contains mainly: blue. Hex color #714EF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714EF5 is #8EB10A. Grayscale: #6A6A6A. Windows color (decimal): -9351435 or 16076401. OLE color: 16076401.

HSL color Cylindrical-coordinate representation of color #714EF5: hue angle of 252.57º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #714EF5 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 78 245 -
CMYK 0.54 0.68 0 0.04
HSL 252.57º 0.89% 0.63% -
HSV(B) 252.57º 0.68% 0.96% -
XYZ 26.02 15.55 88.02 -
YUV 107.5 205.6 131.92 -
System Red Green Blue C M Y K H S L
Decimal 113 78 245 0.54 0.68 0 0.04 252.57 0.89 0.63
Hex 71 4E F5 36 44 0 4 FD 59 3F
Octal 161 116 365 66 104 0 4 375 131 77
Binary 1110001 1001110 11110101 110110 1000100 0 100 11111101 1011001 111111

Color Harmonies of #714EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714EF5

Black with #714EF5

Text Example


Text Example

White with #714EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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