Html Css Color HEX #724EF5 Medium Slate Blue

📋 copy color: '#724EF5'

red 114 ◦ green 78 ◦ blue 245

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

Shades of Medium Slate Blue #724EF5

Tints of Medium Slate Blue #724EF5

RGB

 RED value IS 114 (44.92% from 255) = 26.09%

 GREEN value IS 78 (30.86% from 255) = 17.85%

 BLUE value IS 245 (96.09% from 255) = 56.06%

R = 26.09%
G = 17.85%
B = 56.06%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#724EF5 (or 0x724EF5) is known color: Medium Slate Blue. HEX triplet: 72, 4E and F5. RGB value is (114,78,245). Sum of RGB (Red+Green+Blue) = 114+78+245=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #724EF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724EF5 is #8DB10A. Grayscale: #6B6B6B. Windows color (decimal): -9285899 or 16076402. OLE color: 16076402.

HSL color Cylindrical-coordinate representation of color #724EF5: hue angle of 252.93º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #724EF5 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 78 245 -
CMYK 0.53 0.68 0 0.04
HSL 252.93º 0.89% 0.63% -
HSV(B) 252.93º 0.68% 0.96% -
XYZ 26.15 15.62 88.02 -
YUV 107.8 205.43 132.42 -
System Red Green Blue C M Y K H S L
Decimal 114 78 245 0.53 0.68 0 0.04 252.93 0.89 0.63
Hex 72 4E F5 35 44 0 4 FD 59 3F
Octal 162 116 365 65 104 0 4 375 131 77
Binary 1110010 1001110 11110101 110101 1000100 0 100 11111101 1011001 111111

Color Harmonies of #724EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724EF5

Black with #724EF5

Text Example


Text Example

White with #724EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724EF5; }

 p { color: rgb(114,78,245); }

 H1.HeaderClassName
 {
   color: #724EF5;
 }
 .AnyTagClassName
 {
   color: #724EF5;
 }
</style>

background-color css

<style>
 a { background-color: #724EF5; }

 a { background-color: rgb(114,78,245); }

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

border-color css

<style>
 span { border-color: #724EF5; }

 span { border-color: rgb(114,78,245); }

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