Html Css Color HEX #714CFD Medium Slate Blue

📋 copy color: '#714CFD'

red 113 ◦ green 76 ◦ blue 253

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

Shades of Medium Slate Blue #714CFD

Tints of Medium Slate Blue #714CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.19%

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

R = 25.57%
G = 17.19%
B = 57.24%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#714CFD (or 0x714CFD) is known color: Medium Slate Blue. HEX triplet: 71, 4C and FD. RGB value is (113,76,253). Sum of RGB (Red+Green+Blue) = 113+76+253=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #714CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714CFD is #8EB302. Grayscale: #6A6A6A. Windows color (decimal): -9351939 or 16600177. OLE color: 16600177.

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

Color convert

RGB 113 76 253 -
CMYK 0.55 0.70 0 0.01
HSL 252.54º 0.98% 0.65% -
HSV(B) 252.54º 0.7% 0.99% -
XYZ 27.12 15.77 94.54 -
YUV 107.24 210.26 132.11 -
System Red Green Blue C M Y K H S L
Decimal 113 76 253 0.55 0.70 0 0.01 252.54 0.98 0.65
Hex 71 4C FD 37 46 0 1 FD 62 41
Octal 161 114 375 67 106 0 1 375 142 101
Binary 1110001 1001100 11111101 110111 1000110 0 1 11111101 1100010 1000001

Color Harmonies of #714CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CFD

Black with #714CFD

Text Example


Text Example

White with #714CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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