Html Css Color HEX #714AFE Medium Slate Blue

📋 copy color: '#714AFE'

red 113 ◦ green 74 ◦ blue 254

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

Shades of Medium Slate Blue #714AFE

Tints of Medium Slate Blue #714AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.6%

R = 25.62%
G = 16.78%
B = 57.6%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#714AFE (or 0x714AFE) is known color: Medium Slate Blue. HEX triplet: 71, 4A and FE. RGB value is (113,74,254). Sum of RGB (Red+Green+Blue) = 113+74+254=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #714AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714AFE is #8EB501. Grayscale: #696969. Windows color (decimal): -9352450 or 16665201. OLE color: 16665201.

HSL color Cylindrical-coordinate representation of color #714AFE: hue angle of 253º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #714AFE is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 74 254 -
CMYK 0.56 0.71 0 0.00
HSL 253º 0.99% 0.64% -
HSV(B) 253º 0.71% 1% -
XYZ 27.15 15.56 95.34 -
YUV 106.18 211.42 132.86 -
System Red Green Blue C M Y K H S L
Decimal 113 74 254 0.56 0.71 0 0.00 253 0.99 0.64
Hex 71 4A FE 38 47 0 0 FD 63 40
Octal 161 112 376 70 107 0 0 375 143 100
Binary 1110001 1001010 11111110 111000 1000111 0 0 11111101 1100011 1000000

Color Harmonies of #714AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714AFE

Black with #714AFE

Text Example


Text Example

White with #714AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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