Html Css Color HEX #724CFF Medium Slate Blue

📋 copy color: '#724CFF'

red 114 ◦ green 76 ◦ blue 255

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

Shades of Medium Slate Blue #724CFF

Tints of Medium Slate Blue #724CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.08%

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

R = 25.62%
G = 17.08%
B = 57.3%

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

#724CFF (or 0x724CFF) is known color: Medium Slate Blue. HEX triplet: 72, 4C and FF. RGB value is (114,76,255). Sum of RGB (Red+Green+Blue) = 114+76+255=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #724CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724CFF is #8DB300. Grayscale: #6B6B6B. Windows color (decimal): -9286401 or 16731250. OLE color: 16731250.

HSL color Cylindrical-coordinate representation of color #724CFF: hue angle of 252.74º 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 #724CFF is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 76 255 -
CMYK 0.55 0.70 0 0
HSL 252.74º 1% 0.65% -
HSV(B) 252.74º 0.7% 1% -
XYZ 27.57 15.97 96.24 -
YUV 107.77 211.09 132.45 -
System Red Green Blue C M Y K H S L
Decimal 114 76 255 0.55 0.70 0 0 252.74 1 0.65
Hex 72 4C FF 37 46 0 0 FD 64 41
Octal 162 114 377 67 106 0 0 375 144 101
Binary 1110010 1001100 11111111 110111 1000110 0 0 11111101 1100100 1000001

Color Harmonies of #724CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724CFF

Black with #724CFF

Text Example


Text Example

White with #724CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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