Html Css Color HEX #714CF0 Medium Slate Blue

📋 copy color: '#714CF0'

red 113 ◦ green 76 ◦ blue 240

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

Shades of Medium Slate Blue #714CF0

Tints of Medium Slate Blue #714CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.94%

R = 26.34%
G = 17.72%
B = 55.94%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#714CF0 (or 0x714CF0) is known color: Medium Slate Blue. HEX triplet: 71, 4C and F0. RGB value is (113,76,240). Sum of RGB (Red+Green+Blue) = 113+76+240=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #714CF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714CF0 is #8EB30F. Grayscale: #696969. Windows color (decimal): -9351952 or 15748209. OLE color: 15748209.

HSL color Cylindrical-coordinate representation of color #714CF0: hue angle of 253.54º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #714CF0 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 76 240 -
CMYK 0.53 0.68 0 0.06
HSL 253.54º 0.85% 0.62% -
HSV(B) 253.54º 0.68% 0.94% -
XYZ 25.12 14.97 84 -
YUV 105.76 203.76 133.16 -
System Red Green Blue C M Y K H S L
Decimal 113 76 240 0.53 0.68 0 0.06 253.54 0.85 0.62
Hex 71 4C F0 35 44 0 6 FE 55 3E
Octal 161 114 360 65 104 0 6 376 125 76
Binary 1110001 1001100 11110000 110101 1000100 0 110 11111110 1010101 111110

Color Harmonies of #714CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CF0

Black with #714CF0

Text Example


Text Example

White with #714CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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