Html Css Color HEX #714DF6 Medium Slate Blue

📋 copy color: '#714DF6'

red 113 ◦ green 77 ◦ blue 246

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

Shades of Medium Slate Blue #714DF6

Tints of Medium Slate Blue #714DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.42%

R = 25.92%
G = 17.66%
B = 56.42%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#714DF6 (or 0x714DF6) is known color: Medium Slate Blue. HEX triplet: 71, 4D and F6. RGB value is (113,77,246). Sum of RGB (Red+Green+Blue) = 113+77+246=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #714DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714DF6 is #8EB209. Grayscale: #6A6A6A. Windows color (decimal): -9351690 or 16141681. OLE color: 16141681.

HSL color Cylindrical-coordinate representation of color #714DF6: hue angle of 252.78º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #714DF6 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 77 246 -
CMYK 0.54 0.69 0 0.04
HSL 252.78º 0.9% 0.63% -
HSV(B) 252.78º 0.69% 0.96% -
XYZ 26.1 15.47 88.8 -
YUV 107.03 206.43 132.26 -
System Red Green Blue C M Y K H S L
Decimal 113 77 246 0.54 0.69 0 0.04 252.78 0.9 0.63
Hex 71 4D F6 36 45 0 4 FD 5A 3F
Octal 161 115 366 66 105 0 4 375 132 77
Binary 1110001 1001101 11110110 110110 1000101 0 100 11111101 1011010 111111

Color Harmonies of #714DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DF6

Black with #714DF6

Text Example


Text Example

White with #714DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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