Html Css Color HEX #714EF0 Medium Slate Blue

📋 copy color: '#714EF0'

red 113 ◦ green 78 ◦ blue 240

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

Shades of Medium Slate Blue #714EF0

Tints of Medium Slate Blue #714EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.68%

R = 26.22%
G = 18.1%
B = 55.68%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#714EF0 (or 0x714EF0) is known color: Medium Slate Blue. HEX triplet: 71, 4E and F0. RGB value is (113,78,240). Sum of RGB (Red+Green+Blue) = 113+78+240=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #714EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714EF0 is #8EB10F. Grayscale: #6A6A6A. Windows color (decimal): -9351440 or 15748721. OLE color: 15748721.

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

Color convert

RGB 113 78 240 -
CMYK 0.53 0.68 0 0.06
HSL 252.96º 0.84% 0.62% -
HSV(B) 252.96º 0.68% 0.94% -
XYZ 25.26 15.25 84.05 -
YUV 106.93 203.1 132.33 -
System Red Green Blue C M Y K H S L
Decimal 113 78 240 0.53 0.68 0 0.06 252.96 0.84 0.62
Hex 71 4E F0 35 44 0 6 FD 54 3E
Octal 161 116 360 65 104 0 6 375 124 76
Binary 1110001 1001110 11110000 110101 1000100 0 110 11111101 1010100 111110

Color Harmonies of #714EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714EF0

Black with #714EF0

Text Example


Text Example

White with #714EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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