Html Css Color HEX #724FED Medium Slate Blue

📋 copy color: '#724FED'

red 114 ◦ green 79 ◦ blue 237

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

Shades of Medium Slate Blue #724FED

Tints of Medium Slate Blue #724FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.12%

R = 26.51%
G = 18.37%
B = 55.12%

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

#724FED (or 0x724FED) is known color: Medium Slate Blue. HEX triplet: 72, 4F and ED. RGB value is (114,79,237). Sum of RGB (Red+Green+Blue) = 114+79+237=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #724FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724FED is #8DB012. Grayscale: #6A6A6A. Windows color (decimal): -9285651 or 15552370. OLE color: 15552370.

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

Color convert

RGB 114 79 237 -
CMYK 0.52 0.67 0 0.07
HSL 253.29º 0.81% 0.62% -
HSV(B) 253.29º 0.67% 0.93% -
XYZ 25.02 15.28 81.75 -
YUV 107.48 201.1 132.65 -
System Red Green Blue C M Y K H S L
Decimal 114 79 237 0.52 0.67 0 0.07 253.29 0.81 0.62
Hex 72 4F ED 34 43 0 7 FD 51 3E
Octal 162 117 355 64 103 0 7 375 121 76
Binary 1110010 1001111 11101101 110100 1000011 0 111 11111101 1010001 111110

Color Harmonies of #724FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FED

Black with #724FED

Text Example


Text Example

White with #724FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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