Html Css Color HEX #714AF0 Medium Slate Blue

📋 copy color: '#714AF0'

red 113 ◦ green 74 ◦ blue 240

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

Shades of Medium Slate Blue #714AF0

Tints of Medium Slate Blue #714AF0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.33%

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

R = 26.46%
G = 17.33%
B = 56.21%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#714AF0 (or 0x714AF0) is known color: Medium Slate Blue. HEX triplet: 71, 4A and F0. RGB value is (113,74,240). Sum of RGB (Red+Green+Blue) = 113+74+240=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 240 (94.14% from 255 or 56.21% from 427); Max value from RGB is 240 - color contains mainly: blue. Hex color #714AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714AF0 is #8EB50F. Grayscale: #676767. Windows color (decimal): -9352464 or 15747697. OLE color: 15747697.

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

Color convert

RGB 113 74 240 -
CMYK 0.53 0.69 0 0.06
HSL 254.1º 0.85% 0.62% -
HSV(B) 254.1º 0.69% 0.94% -
XYZ 24.99 14.7 83.96 -
YUV 104.59 204.42 134 -
System Red Green Blue C M Y K H S L
Decimal 113 74 240 0.53 0.69 0 0.06 254.1 0.85 0.62
Hex 71 4A F0 35 45 0 6 FE 55 3E
Octal 161 112 360 65 105 0 6 376 125 76
Binary 1110001 1001010 11110000 110101 1000101 0 110 11111110 1010101 111110

Color Harmonies of #714AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714AF0

Black with #714AF0

Text Example


Text Example

White with #714AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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