Html Css Color HEX #724AFE Medium Slate Blue

📋 copy color: '#724AFE'

red 114 ◦ green 74 ◦ blue 254

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

Shades of Medium Slate Blue #724AFE

Tints of Medium Slate Blue #724AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.47%

R = 25.79%
G = 16.74%
B = 57.47%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#724AFE (or 0x724AFE) is known color: Medium Slate Blue. HEX triplet: 72, 4A and FE. RGB value is (114,74,254). Sum of RGB (Red+Green+Blue) = 114+74+254=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #724AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724AFE is #8DB501. Grayscale: #696969. Windows color (decimal): -9286914 or 16665202. OLE color: 16665202.

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

Color convert

RGB 114 74 254 -
CMYK 0.55 0.71 0 0.00
HSL 253.33º 0.99% 0.64% -
HSV(B) 253.33º 0.71% 1% -
XYZ 27.28 15.63 95.35 -
YUV 106.48 211.25 133.36 -
System Red Green Blue C M Y K H S L
Decimal 114 74 254 0.55 0.71 0 0.00 253.33 0.99 0.64
Hex 72 4A FE 37 47 0 0 FD 63 40
Octal 162 112 376 67 107 0 0 375 143 100
Binary 1110010 1001010 11111110 110111 1000111 0 0 11111101 1100011 1000000

Color Harmonies of #724AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724AFE

Black with #724AFE

Text Example


Text Example

White with #724AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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