Html Css Color HEX #724EFE Medium Slate Blue

📋 copy color: '#724EFE'

red 114 ◦ green 78 ◦ blue 254

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

Shades of Medium Slate Blue #724EFE

Tints of Medium Slate Blue #724EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.95%

R = 25.56%
G = 17.49%
B = 56.95%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#724EFE (or 0x724EFE) is known color: Medium Slate Blue. HEX triplet: 72, 4E and FE. RGB value is (114,78,254). Sum of RGB (Red+Green+Blue) = 114+78+254=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #724EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724EFE is #8DB101. Grayscale: #6C6C6C. Windows color (decimal): -9285890 or 16666226. OLE color: 16666226.

HSL color Cylindrical-coordinate representation of color #724EFE: hue angle of 252.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #724EFE is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 78 254 -
CMYK 0.55 0.69 0 0.00
HSL 252.27º 0.99% 0.65% -
HSV(B) 252.27º 0.69% 1% -
XYZ 27.55 16.18 95.44 -
YUV 108.83 209.93 131.69 -
System Red Green Blue C M Y K H S L
Decimal 114 78 254 0.55 0.69 0 0.00 252.27 0.99 0.65
Hex 72 4E FE 37 45 0 0 FC 63 41
Octal 162 116 376 67 105 0 0 374 143 101
Binary 1110010 1001110 11111110 110111 1000101 0 0 11111100 1100011 1000001

Color Harmonies of #724EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724EFE

Black with #724EFE

Text Example


Text Example

White with #724EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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