Html Css Color HEX #714BFE Medium Slate Blue

📋 copy color: '#714BFE'

red 113 ◦ green 75 ◦ blue 254

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

Shades of Medium Slate Blue #714BFE

Tints of Medium Slate Blue #714BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.97%

 BLUE value IS 254 (99.61% from 255) = 57.47%

R = 25.57%
G = 16.97%
B = 57.47%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#714BFE (or 0x714BFE) is known color: Medium Slate Blue. HEX triplet: 71, 4B and FE. RGB value is (113,75,254). Sum of RGB (Red+Green+Blue) = 113+75+254=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #714BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714BFE is #8EB401. Grayscale: #6A6A6A. Windows color (decimal): -9352194 or 16665457. OLE color: 16665457.

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

Color convert

RGB 113 75 254 -
CMYK 0.56 0.70 0 0.00
HSL 252.74º 0.99% 0.65% -
HSV(B) 252.74º 0.7% 1% -
XYZ 27.22 15.7 95.36 -
YUV 106.77 211.09 132.45 -
System Red Green Blue C M Y K H S L
Decimal 113 75 254 0.56 0.70 0 0.00 252.74 0.99 0.65
Hex 71 4B FE 38 46 0 0 FD 63 41
Octal 161 113 376 70 106 0 0 375 143 101
Binary 1110001 1001011 11111110 111000 1000110 0 0 11111101 1100011 1000001

Color Harmonies of #714BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714BFE

Black with #714BFE

Text Example


Text Example

White with #714BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,75,254); }

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

background-color css

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

 a { background-color: rgb(113,75,254); }

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

border-color css

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

 span { border-color: rgb(113,75,254); }

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