Html Css Color HEX #724BFC Medium Slate Blue

📋 copy color: '#724BFC'

red 114 ◦ green 75 ◦ blue 252

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

Shades of Medium Slate Blue #724BFC

Tints of Medium Slate Blue #724BFC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.01%

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

R = 25.85%
G = 17.01%
B = 57.14%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#724BFC (or 0x724BFC) is known color: Medium Slate Blue. HEX triplet: 72, 4B and FC. RGB value is (114,75,252). Sum of RGB (Red+Green+Blue) = 114+75+252=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #724BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724BFC is #8DB403. Grayscale: #6A6A6A. Windows color (decimal): -9286660 or 16534386. OLE color: 16534386.

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

Color convert

RGB 114 75 252 -
CMYK 0.55 0.70 0 0.01
HSL 253.22º 0.97% 0.64% -
HSV(B) 253.22º 0.7% 0.99% -
XYZ 27.03 15.64 93.69 -
YUV 106.84 209.92 133.11 -
System Red Green Blue C M Y K H S L
Decimal 114 75 252 0.55 0.70 0 0.01 253.22 0.97 0.64
Hex 72 4B FC 37 46 0 1 FD 61 40
Octal 162 113 374 67 106 0 1 375 141 100
Binary 1110010 1001011 11111100 110111 1000110 0 1 11111101 1100001 1000000

Color Harmonies of #724BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724BFC

Black with #724BFC

Text Example


Text Example

White with #724BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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