Html Css Color HEX #714EEE Medium Slate Blue

📋 copy color: '#714EEE'

red 113 ◦ green 78 ◦ blue 238

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

Shades of Medium Slate Blue #714EEE

Tints of Medium Slate Blue #714EEE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.18%

 BLUE value IS 238 (93.36% from 255) = 55.48%

R = 26.34%
G = 18.18%
B = 55.48%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#714EEE (or 0x714EEE) is known color: Medium Slate Blue. HEX triplet: 71, 4E and EE. RGB value is (113,78,238). Sum of RGB (Red+Green+Blue) = 113+78+238=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #714EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714EEE is #8EB111. Grayscale: #6A6A6A. Windows color (decimal): -9351442 or 15617649. OLE color: 15617649.

HSL color Cylindrical-coordinate representation of color #714EEE: hue angle of 253.12º degrees, saturation: 0.82, 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 #714EEE is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 78 238 -
CMYK 0.53 0.67 0 0.07
HSL 253.13º 0.82% 0.62% -
HSV(B) 253.13º 0.67% 0.93% -
XYZ 24.97 15.13 82.49 -
YUV 106.71 202.1 132.49 -
System Red Green Blue C M Y K H S L
Decimal 113 78 238 0.53 0.67 0 0.07 253.13 0.82 0.62
Hex 71 4E EE 35 43 0 7 FD 52 3E
Octal 161 116 356 65 103 0 7 375 122 76
Binary 1110001 1001110 11101110 110101 1000011 0 111 11111101 1010010 111110

Color Harmonies of #714EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714EEE

Black with #714EEE

Text Example


Text Example

White with #714EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,78,238); }

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

background-color css

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

 a { background-color: rgb(113,78,238); }

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

border-color css

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

 span { border-color: rgb(113,78,238); }

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