Html Css Color HEX #714DFF Medium Slate Blue

📋 copy color: '#714DFF'

red 113 ◦ green 77 ◦ blue 255

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

Shades of Medium Slate Blue #714DFF

Tints of Medium Slate Blue #714DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.3%

R = 25.39%
G = 17.3%
B = 57.3%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#714DFF (or 0x714DFF) is known color: Medium Slate Blue. HEX triplet: 71, 4D and FF. RGB value is (113,77,255). Sum of RGB (Red+Green+Blue) = 113+77+255=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #714DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714DFF is #8EB200. Grayscale: #6B6B6B. Windows color (decimal): -9351681 or 16731505. OLE color: 16731505.

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

Color convert

RGB 113 77 255 -
CMYK 0.56 0.70 0 0
HSL 252.13º 1% 0.65% -
HSV(B) 252.13º 0.7% 1% -
XYZ 27.51 16.04 96.25 -
YUV 108.06 210.93 131.53 -
System Red Green Blue C M Y K H S L
Decimal 113 77 255 0.56 0.70 0 0 252.13 1 0.65
Hex 71 4D FF 38 46 0 0 FC 64 41
Octal 161 115 377 70 106 0 0 374 144 101
Binary 1110001 1001101 11111111 111000 1000110 0 0 11111100 1100100 1000001

Color Harmonies of #714DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DFF

Black with #714DFF

Text Example


Text Example

White with #714DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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