Html Css Color HEX #724AFC Medium Slate Blue

📋 copy color: '#724AFC'

red 114 ◦ green 74 ◦ blue 252

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

Shades of Medium Slate Blue #724AFC

Tints of Medium Slate Blue #724AFC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.82%

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

R = 25.91%
G = 16.82%
B = 57.27%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#724AFC (or 0x724AFC) is known color: Medium Slate Blue. HEX triplet: 72, 4A and FC. RGB value is (114,74,252). Sum of RGB (Red+Green+Blue) = 114+74+252=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #724AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724AFC is #8DB503. Grayscale: #696969. Windows color (decimal): -9286916 or 16534130. OLE color: 16534130.

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

Color convert

RGB 114 74 252 -
CMYK 0.55 0.71 0 0.01
HSL 253.48º 0.97% 0.64% -
HSV(B) 253.48º 0.71% 0.99% -
XYZ 26.96 15.5 93.67 -
YUV 106.25 210.25 133.53 -
System Red Green Blue C M Y K H S L
Decimal 114 74 252 0.55 0.71 0 0.01 253.48 0.97 0.64
Hex 72 4A FC 37 47 0 1 FD 61 40
Octal 162 112 374 67 107 0 1 375 141 100
Binary 1110010 1001010 11111100 110111 1000111 0 1 11111101 1100001 1000000

Color Harmonies of #724AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724AFC

Black with #724AFC

Text Example


Text Example

White with #724AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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