Html Css Color HEX #714DFA Medium Slate Blue

📋 copy color: '#714DFA'

red 113 ◦ green 77 ◦ blue 250

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

Shades of Medium Slate Blue #714DFA

Tints of Medium Slate Blue #714DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.82%

R = 25.68%
G = 17.5%
B = 56.82%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#714DFA (or 0x714DFA) is known color: Medium Slate Blue. HEX triplet: 71, 4D and FA. RGB value is (113,77,250). Sum of RGB (Red+Green+Blue) = 113+77+250=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #714DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714DFA is #8EB205. Grayscale: #6A6A6A. Windows color (decimal): -9351686 or 16403825. OLE color: 16403825.

HSL color Cylindrical-coordinate representation of color #714DFA: hue angle of 252.49º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #714DFA is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 77 250 -
CMYK 0.55 0.69 0 0.02
HSL 252.49º 0.95% 0.64% -
HSV(B) 252.49º 0.69% 0.98% -
XYZ 26.72 15.72 92.07 -
YUV 107.49 208.43 131.93 -
System Red Green Blue C M Y K H S L
Decimal 113 77 250 0.55 0.69 0 0.02 252.49 0.95 0.64
Hex 71 4D FA 37 45 0 2 FC 5F 40
Octal 161 115 372 67 105 0 2 374 137 100
Binary 1110001 1001101 11111010 110111 1000101 0 10 11111100 1011111 1000000

Color Harmonies of #714DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DFA

Black with #714DFA

Text Example


Text Example

White with #714DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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