Html Css Color HEX #714CFC Medium Slate Blue

📋 copy color: '#714CFC'

red 113 ◦ green 76 ◦ blue 252

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

Shades of Medium Slate Blue #714CFC

Tints of Medium Slate Blue #714CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.14%

R = 25.62%
G = 17.23%
B = 57.14%

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

#714CFC (or 0x714CFC) is known color: Medium Slate Blue. HEX triplet: 71, 4C and FC. RGB value is (113,76,252). Sum of RGB (Red+Green+Blue) = 113+76+252=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #714CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714CFC is #8EB303. Grayscale: #6A6A6A. Windows color (decimal): -9351940 or 16534641. OLE color: 16534641.

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

Color convert

RGB 113 76 252 -
CMYK 0.55 0.70 0 0.01
HSL 252.61º 0.97% 0.64% -
HSV(B) 252.61º 0.7% 0.99% -
XYZ 26.97 15.71 93.71 -
YUV 107.13 209.76 132.19 -
System Red Green Blue C M Y K H S L
Decimal 113 76 252 0.55 0.70 0 0.01 252.61 0.97 0.64
Hex 71 4C FC 37 46 0 1 FD 61 40
Octal 161 114 374 67 106 0 1 375 141 100
Binary 1110001 1001100 11111100 110111 1000110 0 1 11111101 1100001 1000000

Color Harmonies of #714CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CFC

Black with #714CFC

Text Example


Text Example

White with #714CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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