Html Css Color HEX #714DFE Medium Slate Blue

📋 copy color: '#714DFE'

red 113 ◦ green 77 ◦ blue 254

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

Shades of Medium Slate Blue #714DFE

Tints of Medium Slate Blue #714DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.34%

 BLUE value IS 254 (99.61% from 255) = 57.21%

R = 25.45%
G = 17.34%
B = 57.21%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#714DFE (or 0x714DFE) is known color: Medium Slate Blue. HEX triplet: 71, 4D and FE. RGB value is (113,77,254). Sum of RGB (Red+Green+Blue) = 113+77+254=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #714DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714DFE is #8EB201. Grayscale: #6B6B6B. Windows color (decimal): -9351682 or 16665969. OLE color: 16665969.

HSL color Cylindrical-coordinate representation of color #714DFE: hue angle of 252.2º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #714DFE is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 77 254 -
CMYK 0.56 0.70 0 0.00
HSL 252.2º 0.99% 0.65% -
HSV(B) 252.2º 0.7% 1% -
XYZ 27.35 15.97 95.41 -
YUV 107.94 210.43 131.61 -
System Red Green Blue C M Y K H S L
Decimal 113 77 254 0.56 0.70 0 0.00 252.2 0.99 0.65
Hex 71 4D FE 38 46 0 0 FC 63 41
Octal 161 115 376 70 106 0 0 374 143 101
Binary 1110001 1001101 11111110 111000 1000110 0 0 11111100 1100011 1000001

Color Harmonies of #714DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DFE

Black with #714DFE

Text Example


Text Example

White with #714DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,77,254); }

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

background-color css

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

 a { background-color: rgb(113,77,254); }

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

border-color css

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

 span { border-color: rgb(113,77,254); }

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