Html Css Color HEX #724DFF Medium Slate Blue

📋 copy color: '#724DFF'

red 114 ◦ green 77 ◦ blue 255

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

Shades of Medium Slate Blue #724DFF

Tints of Medium Slate Blue #724DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

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

R = 25.56%
G = 17.26%
B = 57.17%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#724DFF (or 0x724DFF) is known color: Medium Slate Blue. HEX triplet: 72, 4D and FF. RGB value is (114,77,255). Sum of RGB (Red+Green+Blue) = 114+77+255=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #724DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724DFF is #8DB200. Grayscale: #6B6B6B. Windows color (decimal): -9286145 or 16731506. OLE color: 16731506.

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

Color convert

RGB 114 77 255 -
CMYK 0.55 0.70 0 0
HSL 252.47º 1% 0.65% -
HSV(B) 252.47º 0.7% 1% -
XYZ 27.64 16.11 96.26 -
YUV 108.36 210.76 132.03 -
System Red Green Blue C M Y K H S L
Decimal 114 77 255 0.55 0.70 0 0 252.47 1 0.65
Hex 72 4D FF 37 46 0 0 FC 64 41
Octal 162 115 377 67 106 0 0 374 144 101
Binary 1110010 1001101 11111111 110111 1000110 0 0 11111100 1100100 1000001

Color Harmonies of #724DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DFF

Black with #724DFF

Text Example


Text Example

White with #724DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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