Html Css Color HEX #724AF5 Medium Slate Blue

📋 copy color: '#724AF5'

red 114 ◦ green 74 ◦ blue 245

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

Shades of Medium Slate Blue #724AF5

Tints of Medium Slate Blue #724AF5

RGB

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

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

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

R = 26.33%
G = 17.09%
B = 56.58%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#724AF5 (or 0x724AF5) is known color: Medium Slate Blue. HEX triplet: 72, 4A and F5. RGB value is (114,74,245). Sum of RGB (Red+Green+Blue) = 114+74+245=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 245 (96.09% from 255 or 56.58% from 433); Max value from RGB is 245 - color contains mainly: blue. Hex color #724AF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724AF5 is #8DB50A. Grayscale: #686868. Windows color (decimal): -9286923 or 16075378. OLE color: 16075378.

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

Color convert

RGB 114 74 245 -
CMYK 0.53 0.70 0 0.04
HSL 254.04º 0.9% 0.63% -
HSV(B) 254.04º 0.7% 0.96% -
XYZ 25.87 15.07 87.93 -
YUV 105.45 206.75 134.1 -
System Red Green Blue C M Y K H S L
Decimal 114 74 245 0.53 0.70 0 0.04 254.04 0.9 0.63
Hex 72 4A F5 35 46 0 4 FE 5A 3F
Octal 162 112 365 65 106 0 4 376 132 77
Binary 1110010 1001010 11110101 110101 1000110 0 100 11111110 1011010 111111

Color Harmonies of #724AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724AF5

Black with #724AF5

Text Example


Text Example

White with #724AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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