Html Css Color HEX #714EF6 Medium Slate Blue

📋 copy color: '#714EF6'

red 113 ◦ green 78 ◦ blue 246

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

Shades of Medium Slate Blue #714EF6

Tints of Medium Slate Blue #714EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.29%

R = 25.86%
G = 17.85%
B = 56.29%

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

#714EF6 (or 0x714EF6) is known color: Medium Slate Blue. HEX triplet: 71, 4E and F6. RGB value is (113,78,246). Sum of RGB (Red+Green+Blue) = 113+78+246=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 246 (96.48% from 255 or 56.29% from 437); Max value from RGB is 246 - color contains mainly: blue. Hex color #714EF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714EF6 is #8EB109. Grayscale: #6A6A6A. Windows color (decimal): -9351434 or 16141937. OLE color: 16141937.

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

Color convert

RGB 113 78 246 -
CMYK 0.54 0.68 0 0.04
HSL 252.5º 0.9% 0.64% -
HSV(B) 252.5º 0.68% 0.96% -
XYZ 26.17 15.61 88.82 -
YUV 107.62 206.1 131.84 -
System Red Green Blue C M Y K H S L
Decimal 113 78 246 0.54 0.68 0 0.04 252.5 0.9 0.64
Hex 71 4E F6 36 44 0 4 FD 5A 40
Octal 161 116 366 66 104 0 4 375 132 100
Binary 1110001 1001110 11110110 110110 1000100 0 100 11111101 1011010 1000000

Color Harmonies of #714EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714EF6

Black with #714EF6

Text Example


Text Example

White with #714EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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