Html Css Color HEX #714FFD Medium Slate Blue

📋 copy color: '#714FFD'

red 113 ◦ green 79 ◦ blue 253

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

Shades of Medium Slate Blue #714FFD

Tints of Medium Slate Blue #714FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.85%

R = 25.39%
G = 17.75%
B = 56.85%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#714FFD (or 0x714FFD) is known color: Medium Slate Blue. HEX triplet: 71, 4F and FD. RGB value is (113,79,253). Sum of RGB (Red+Green+Blue) = 113+79+253=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #714FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714FFD is #8EB002. Grayscale: #6C6C6C. Windows color (decimal): -9351171 or 16600945. OLE color: 16600945.

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

Color convert

RGB 113 79 253 -
CMYK 0.55 0.69 0 0.01
HSL 251.72º 0.98% 0.65% -
HSV(B) 251.72º 0.69% 0.99% -
XYZ 27.34 16.19 94.61 -
YUV 109 209.26 130.85 -
System Red Green Blue C M Y K H S L
Decimal 113 79 253 0.55 0.69 0 0.01 251.72 0.98 0.65
Hex 71 4F FD 37 45 0 1 FC 62 41
Octal 161 117 375 67 105 0 1 374 142 101
Binary 1110001 1001111 11111101 110111 1000101 0 1 11111100 1100010 1000001

Color Harmonies of #714FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FFD

Black with #714FFD

Text Example


Text Example

White with #714FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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