Html Css Color HEX #714EEA Medium Slate Blue

📋 copy color: '#714EEA'

red 113 ◦ green 78 ◦ blue 234

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

Shades of Medium Slate Blue #714EEA

Tints of Medium Slate Blue #714EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.06%

R = 26.59%
G = 18.35%
B = 55.06%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#714EEA (or 0x714EEA) is known color: Medium Slate Blue. HEX triplet: 71, 4E and EA. RGB value is (113,78,234). Sum of RGB (Red+Green+Blue) = 113+78+234=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #714EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714EEA is #8EB115. Grayscale: #696969. Windows color (decimal): -9351446 or 15355505. OLE color: 15355505.

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

Color convert

RGB 113 78 234 -
CMYK 0.52 0.67 0 0.08
HSL 253.46º 0.79% 0.61% -
HSV(B) 253.46º 0.67% 0.92% -
XYZ 24.39 14.9 79.43 -
YUV 106.25 200.1 132.82 -
System Red Green Blue C M Y K H S L
Decimal 113 78 234 0.52 0.67 0 0.08 253.46 0.79 0.61
Hex 71 4E EA 34 43 0 8 FD 4F 3D
Octal 161 116 352 64 103 0 10 375 117 75
Binary 1110001 1001110 11101010 110100 1000011 0 1000 11111101 1001111 111101

Color Harmonies of #714EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714EEA

Black with #714EEA

Text Example


Text Example

White with #714EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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