Html Css Color HEX #724DFC Medium Slate Blue

📋 copy color: '#724DFC'

red 114 ◦ green 77 ◦ blue 252

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

Shades of Medium Slate Blue #724DFC

Tints of Medium Slate Blue #724DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.88%

R = 25.73%
G = 17.38%
B = 56.88%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#724DFC (or 0x724DFC) is known color: Medium Slate Blue. HEX triplet: 72, 4D and FC. RGB value is (114,77,252). Sum of RGB (Red+Green+Blue) = 114+77+252=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #724DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724DFC is #8DB203. Grayscale: #6B6B6B. Windows color (decimal): -9286148 or 16534898. OLE color: 16534898.

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

Color convert

RGB 114 77 252 -
CMYK 0.55 0.69 0 0.01
HSL 252.69º 0.97% 0.65% -
HSV(B) 252.69º 0.69% 0.99% -
XYZ 27.16 15.91 93.74 -
YUV 108.01 209.26 132.27 -
System Red Green Blue C M Y K H S L
Decimal 114 77 252 0.55 0.69 0 0.01 252.69 0.97 0.65
Hex 72 4D FC 37 45 0 1 FD 61 41
Octal 162 115 374 67 105 0 1 375 141 101
Binary 1110010 1001101 11111100 110111 1000101 0 1 11111101 1100001 1000001

Color Harmonies of #724DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DFC

Black with #724DFC

Text Example


Text Example

White with #724DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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