Html Css Color HEX #714DFD Medium Slate Blue

📋 copy color: '#714DFD'

red 113 ◦ green 77 ◦ blue 253

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

Shades of Medium Slate Blue #714DFD

Tints of Medium Slate Blue #714DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.11%

R = 25.51%
G = 17.38%
B = 57.11%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#714DFD (or 0x714DFD) is known color: Medium Slate Blue. HEX triplet: 71, 4D and FD. RGB value is (113,77,253). Sum of RGB (Red+Green+Blue) = 113+77+253=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #714DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714DFD is #8EB202. Grayscale: #6B6B6B. Windows color (decimal): -9351683 or 16600433. OLE color: 16600433.

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

Color convert

RGB 113 77 253 -
CMYK 0.55 0.70 0 0.01
HSL 252.27º 0.98% 0.65% -
HSV(B) 252.27º 0.7% 0.99% -
XYZ 27.19 15.91 94.57 -
YUV 107.83 209.93 131.69 -
System Red Green Blue C M Y K H S L
Decimal 113 77 253 0.55 0.70 0 0.01 252.27 0.98 0.65
Hex 71 4D FD 37 46 0 1 FC 62 41
Octal 161 115 375 67 106 0 1 374 142 101
Binary 1110001 1001101 11111101 110111 1000110 0 1 11111100 1100010 1000001

Color Harmonies of #714DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DFD

Black with #714DFD

Text Example


Text Example

White with #714DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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