Html Css Color HEX #714FED Medium Slate Blue

📋 copy color: '#714FED'

red 113 ◦ green 79 ◦ blue 237

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

Shades of Medium Slate Blue #714FED

Tints of Medium Slate Blue #714FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.41%

 BLUE value IS 237 (92.97% from 255) = 55.24%

R = 26.34%
G = 18.41%
B = 55.24%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#714FED (or 0x714FED) is known color: Medium Slate Blue. HEX triplet: 71, 4F and ED. RGB value is (113,79,237). Sum of RGB (Red+Green+Blue) = 113+79+237=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #714FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714FED is #8EB012. Grayscale: #6A6A6A. Windows color (decimal): -9351187 or 15552369. OLE color: 15552369.

HSL color Cylindrical-coordinate representation of color #714FED: hue angle of 252.91º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #714FED is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 79 237 -
CMYK 0.52 0.67 0 0.07
HSL 252.91º 0.81% 0.62% -
HSV(B) 252.91º 0.67% 0.93% -
XYZ 24.89 15.22 81.75 -
YUV 107.18 201.26 132.15 -
System Red Green Blue C M Y K H S L
Decimal 113 79 237 0.52 0.67 0 0.07 252.91 0.81 0.62
Hex 71 4F ED 34 43 0 7 FD 51 3E
Octal 161 117 355 64 103 0 7 375 121 76
Binary 1110001 1001111 11101101 110100 1000011 0 111 11111101 1010001 111110

Color Harmonies of #714FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FED

Black with #714FED

Text Example


Text Example

White with #714FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,79,237); }

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

background-color css

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

 a { background-color: rgb(113,79,237); }

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

border-color css

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

 span { border-color: rgb(113,79,237); }

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