Html Css Color HEX #714EFB Medium Slate Blue

📋 copy color: '#714EFB'

red 113 ◦ green 78 ◦ blue 251

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

Shades of Medium Slate Blue #714EFB

Tints of Medium Slate Blue #714EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.79%

R = 25.57%
G = 17.65%
B = 56.79%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#714EFB (or 0x714EFB) is known color: Medium Slate Blue. HEX triplet: 71, 4E and FB. RGB value is (113,78,251). Sum of RGB (Red+Green+Blue) = 113+78+251=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #714EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714EFB is #8EB104. Grayscale: #6B6B6B. Windows color (decimal): -9351429 or 16469617. OLE color: 16469617.

HSL color Cylindrical-coordinate representation of color #714EFB: hue angle of 252.14º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #714EFB is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 78 251 -
CMYK 0.55 0.69 0 0.02
HSL 252.14º 0.96% 0.65% -
HSV(B) 252.14º 0.69% 0.98% -
XYZ 26.95 15.92 92.92 -
YUV 108.19 208.6 131.43 -
System Red Green Blue C M Y K H S L
Decimal 113 78 251 0.55 0.69 0 0.02 252.14 0.96 0.65
Hex 71 4E FB 37 45 0 2 FC 60 41
Octal 161 116 373 67 105 0 2 374 140 101
Binary 1110001 1001110 11111011 110111 1000101 0 10 11111100 1100000 1000001

Color Harmonies of #714EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714EFB

Black with #714EFB

Text Example


Text Example

White with #714EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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