Html Css Color HEX #714AF6 Medium Slate Blue

📋 copy color: '#714AF6'

red 113 ◦ green 74 ◦ blue 246

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

Shades of Medium Slate Blue #714AF6

Tints of Medium Slate Blue #714AF6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.09%

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

R = 26.1%
G = 17.09%
B = 56.81%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#714AF6 (or 0x714AF6) is known color: Medium Slate Blue. HEX triplet: 71, 4A and F6. RGB value is (113,74,246). Sum of RGB (Red+Green+Blue) = 113+74+246=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 246 (96.48% from 255 or 56.81% from 433); Max value from RGB is 246 - color contains mainly: blue. Hex color #714AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714AF6 is #8EB509. Grayscale: #686868. Windows color (decimal): -9352458 or 16140913. OLE color: 16140913.

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

Color convert

RGB 113 74 246 -
CMYK 0.54 0.70 0 0.04
HSL 253.6º 0.91% 0.63% -
HSV(B) 253.6º 0.7% 0.96% -
XYZ 25.89 15.06 88.73 -
YUV 105.27 207.42 133.51 -
System Red Green Blue C M Y K H S L
Decimal 113 74 246 0.54 0.70 0 0.04 253.6 0.91 0.63
Hex 71 4A F6 36 46 0 4 FE 5B 3F
Octal 161 112 366 66 106 0 4 376 133 77
Binary 1110001 1001010 11110110 110110 1000110 0 100 11111110 1011011 111111

Color Harmonies of #714AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714AF6

Black with #714AF6

Text Example


Text Example

White with #714AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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