Html Css Color HEX #714FEB Medium Slate Blue

📋 copy color: '#714FEB'

red 113 ◦ green 79 ◦ blue 235

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

Shades of Medium Slate Blue #714FEB

Tints of Medium Slate Blue #714FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.04%

R = 26.46%
G = 18.5%
B = 55.04%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#714FEB (or 0x714FEB) is known color: Medium Slate Blue. HEX triplet: 71, 4F and EB. RGB value is (113,79,235). Sum of RGB (Red+Green+Blue) = 113+79+235=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #714FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714FEB is #8EB014. Grayscale: #6A6A6A. Windows color (decimal): -9351189 or 15421297. OLE color: 15421297.

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

Color convert

RGB 113 79 235 -
CMYK 0.52 0.66 0 0.08
HSL 253.08º 0.8% 0.62% -
HSV(B) 253.08º 0.66% 0.92% -
XYZ 24.6 15.1 80.22 -
YUV 106.95 200.26 132.32 -
System Red Green Blue C M Y K H S L
Decimal 113 79 235 0.52 0.66 0 0.08 253.08 0.8 0.62
Hex 71 4F EB 34 42 0 8 FD 50 3E
Octal 161 117 353 64 102 0 10 375 120 76
Binary 1110001 1001111 11101011 110100 1000010 0 1000 11111101 1010000 111110

Color Harmonies of #714FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FEB

Black with #714FEB

Text Example


Text Example

White with #714FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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