Html Css Color HEX #724FEC Medium Slate Blue

📋 copy color: '#724FEC'

red 114 ◦ green 79 ◦ blue 236

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

Shades of Medium Slate Blue #724FEC

Tints of Medium Slate Blue #724FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.41%

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 26.57%
G = 18.41%
B = 55.01%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#724FEC (or 0x724FEC) is known color: Medium Slate Blue. HEX triplet: 72, 4F and EC. RGB value is (114,79,236). Sum of RGB (Red+Green+Blue) = 114+79+236=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #724FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724FEC is #8DB013. Grayscale: #6A6A6A. Windows color (decimal): -9285652 or 15486834. OLE color: 15486834.

HSL color Cylindrical-coordinate representation of color #724FEC: hue angle of 253.38º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #724FEC is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 79 236 -
CMYK 0.52 0.67 0 0.07
HSL 253.38º 0.81% 0.62% -
HSV(B) 253.38º 0.67% 0.93% -
XYZ 24.88 15.23 80.98 -
YUV 107.36 200.6 132.73 -
System Red Green Blue C M Y K H S L
Decimal 114 79 236 0.52 0.67 0 0.07 253.38 0.81 0.62
Hex 72 4F EC 34 43 0 7 FD 51 3E
Octal 162 117 354 64 103 0 7 375 121 76
Binary 1110010 1001111 11101100 110100 1000011 0 111 11111101 1010001 111110

Color Harmonies of #724FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FEC

Black with #724FEC

Text Example


Text Example

White with #724FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,79,236); }

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

background-color css

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

 a { background-color: rgb(114,79,236); }

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

border-color css

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

 span { border-color: rgb(114,79,236); }

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