Html Css Color HEX #714CFE Medium Slate Blue

📋 copy color: '#714CFE'

red 113 ◦ green 76 ◦ blue 254

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

Shades of Medium Slate Blue #714CFE

Tints of Medium Slate Blue #714CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.16%

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

R = 25.51%
G = 17.16%
B = 57.34%

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

#714CFE (or 0x714CFE) is known color: Medium Slate Blue. HEX triplet: 71, 4C and FE. RGB value is (113,76,254). Sum of RGB (Red+Green+Blue) = 113+76+254=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #714CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714CFE is #8EB301. Grayscale: #6A6A6A. Windows color (decimal): -9351938 or 16665713. OLE color: 16665713.

HSL color Cylindrical-coordinate representation of color #714CFE: hue angle of 252.47º 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 #714CFE is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 76 254 -
CMYK 0.56 0.70 0 0.00
HSL 252.47º 0.99% 0.65% -
HSV(B) 252.47º 0.7% 1% -
XYZ 27.28 15.84 95.38 -
YUV 107.36 210.76 132.03 -
System Red Green Blue C M Y K H S L
Decimal 113 76 254 0.56 0.70 0 0.00 252.47 0.99 0.65
Hex 71 4C FE 38 46 0 0 FC 63 41
Octal 161 114 376 70 106 0 0 374 143 101
Binary 1110001 1001100 11111110 111000 1000110 0 0 11111100 1100011 1000001

Color Harmonies of #714CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CFE

Black with #714CFE

Text Example


Text Example

White with #714CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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