Html Css Color HEX #724AF0 Medium Slate Blue

📋 copy color: '#724AF0'

red 114 ◦ green 74 ◦ blue 240

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

Shades of Medium Slate Blue #724AF0

Tints of Medium Slate Blue #724AF0

RGB

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

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

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

R = 26.64%
G = 17.29%
B = 56.07%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#724AF0 (or 0x724AF0) is known color: Medium Slate Blue. HEX triplet: 72, 4A and F0. RGB value is (114,74,240). Sum of RGB (Red+Green+Blue) = 114+74+240=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 240 (94.14% from 255 or 56.07% from 428); Max value from RGB is 240 - color contains mainly: blue. Hex color #724AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724AF0 is #8DB50F. Grayscale: #686868. Windows color (decimal): -9286928 or 15747698. OLE color: 15747698.

HSL color Cylindrical-coordinate representation of color #724AF0: hue angle of 254.46º 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 #724AF0 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 74 240 -
CMYK 0.52 0.69 0 0.06
HSL 254.46º 0.85% 0.62% -
HSV(B) 254.46º 0.69% 0.94% -
XYZ 25.12 14.77 83.96 -
YUV 104.88 204.25 134.5 -
System Red Green Blue C M Y K H S L
Decimal 114 74 240 0.52 0.69 0 0.06 254.46 0.85 0.62
Hex 72 4A F0 34 45 0 6 FE 55 3E
Octal 162 112 360 64 105 0 6 376 125 76
Binary 1110010 1001010 11110000 110100 1000101 0 110 11111110 1010101 111110

Color Harmonies of #724AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724AF0

Black with #724AF0

Text Example


Text Example

White with #724AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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