Html Css Color HEX #724FFF Medium Slate Blue

📋 copy color: '#724FFF'

red 114 ◦ green 79 ◦ blue 255

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

Shades of Medium Slate Blue #724FFF

Tints of Medium Slate Blue #724FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.92%

R = 25.45%
G = 17.63%
B = 56.92%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#724FFF (or 0x724FFF) is known color: Medium Slate Blue. HEX triplet: 72, 4F and FF. RGB value is (114,79,255). Sum of RGB (Red+Green+Blue) = 114+79+255=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #724FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724FFF is #8DB000. Grayscale: #6C6C6C. Windows color (decimal): -9285633 or 16732018. OLE color: 16732018.

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

Color convert

RGB 114 79 255 -
CMYK 0.55 0.69 0 0
HSL 251.93º 1% 0.65% -
HSV(B) 251.93º 0.69% 1% -
XYZ 27.79 16.39 96.31 -
YUV 109.53 210.1 131.19 -
System Red Green Blue C M Y K H S L
Decimal 114 79 255 0.55 0.69 0 0 251.93 1 0.65
Hex 72 4F FF 37 45 0 0 FC 64 41
Octal 162 117 377 67 105 0 0 374 144 101
Binary 1110010 1001111 11111111 110111 1000101 0 0 11111100 1100100 1000001

Color Harmonies of #724FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FFF

Black with #724FFF

Text Example


Text Example

White with #724FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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