Html Css Color HEX #714DEF Medium Slate Blue

📋 copy color: '#714DEF'

red 113 ◦ green 77 ◦ blue 239

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

Shades of Medium Slate Blue #714DEF

Tints of Medium Slate Blue #714DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.71%

R = 26.34%
G = 17.95%
B = 55.71%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#714DEF (or 0x714DEF) is known color: Medium Slate Blue. HEX triplet: 71, 4D and EF. RGB value is (113,77,239). Sum of RGB (Red+Green+Blue) = 113+77+239=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #714DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714DEF is #8EB210. Grayscale: #696969. Windows color (decimal): -9351697 or 15682929. OLE color: 15682929.

HSL color Cylindrical-coordinate representation of color #714DEF: hue angle of 253.33º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #714DEF is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 77 239 -
CMYK 0.53 0.68 0 0.06
HSL 253.33º 0.84% 0.62% -
HSV(B) 253.33º 0.68% 0.94% -
XYZ 25.04 15.05 83.25 -
YUV 106.23 202.93 132.83 -
System Red Green Blue C M Y K H S L
Decimal 113 77 239 0.53 0.68 0 0.06 253.33 0.84 0.62
Hex 71 4D EF 35 44 0 6 FD 54 3E
Octal 161 115 357 65 104 0 6 375 124 76
Binary 1110001 1001101 11101111 110101 1000100 0 110 11111101 1010100 111110

Color Harmonies of #714DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DEF

Black with #714DEF

Text Example


Text Example

White with #714DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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