Html Css Color HEX #714FFF Medium Slate Blue

📋 copy color: '#714FFF'

red 113 ◦ green 79 ◦ blue 255

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

Shades of Medium Slate Blue #714FFF

Tints of Medium Slate Blue #714FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.05%

R = 25.28%
G = 17.67%
B = 57.05%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#714FFF (or 0x714FFF) is known color: Medium Slate Blue. HEX triplet: 71, 4F and FF. RGB value is (113,79,255). Sum of RGB (Red+Green+Blue) = 113+79+255=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #714FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714FFF is #8EB000. Grayscale: #6C6C6C. Windows color (decimal): -9351169 or 16732017. OLE color: 16732017.

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

Color convert

RGB 113 79 255 -
CMYK 0.56 0.69 0 0
HSL 251.59º 1% 0.65% -
HSV(B) 251.59º 0.69% 1% -
XYZ 27.66 16.32 96.3 -
YUV 109.23 210.26 130.69 -
System Red Green Blue C M Y K H S L
Decimal 113 79 255 0.56 0.69 0 0 251.59 1 0.65
Hex 71 4F FF 38 45 0 0 FC 64 41
Octal 161 117 377 70 105 0 0 374 144 101
Binary 1110001 1001111 11111111 111000 1000101 0 0 11111100 1100100 1000001

Color Harmonies of #714FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FFF

Black with #714FFF

Text Example


Text Example

White with #714FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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