Html Css Color HEX #714DEC Medium Slate Blue

📋 copy color: '#714DEC'

red 113 ◦ green 77 ◦ blue 236

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

Shades of Medium Slate Blue #714DEC

Tints of Medium Slate Blue #714DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.4%

R = 26.53%
G = 18.08%
B = 55.4%

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

#714DEC (or 0x714DEC) is known color: Medium Slate Blue. HEX triplet: 71, 4D and EC. RGB value is (113,77,236). Sum of RGB (Red+Green+Blue) = 113+77+236=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #714DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714DEC is #8EB213. Grayscale: #696969. Windows color (decimal): -9351700 or 15486321. OLE color: 15486321.

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

Color convert

RGB 113 77 236 -
CMYK 0.52 0.67 0 0.07
HSL 253.58º 0.81% 0.61% -
HSV(B) 253.58º 0.67% 0.93% -
XYZ 24.6 14.87 80.93 -
YUV 105.89 201.43 133.07 -
System Red Green Blue C M Y K H S L
Decimal 113 77 236 0.52 0.67 0 0.07 253.58 0.81 0.61
Hex 71 4D EC 34 43 0 7 FE 51 3D
Octal 161 115 354 64 103 0 7 376 121 75
Binary 1110001 1001101 11101100 110100 1000011 0 111 11111110 1010001 111101

Color Harmonies of #714DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DEC

Black with #714DEC

Text Example


Text Example

White with #714DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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