Html Css Color HEX #724CFB Medium Slate Blue

📋 copy color: '#724CFB'

red 114 ◦ green 76 ◦ blue 251

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

Shades of Medium Slate Blue #724CFB

Tints of Medium Slate Blue #724CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.92%

R = 25.85%
G = 17.23%
B = 56.92%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#724CFB (or 0x724CFB) is known color: Medium Slate Blue. HEX triplet: 72, 4C and FB. RGB value is (114,76,251). Sum of RGB (Red+Green+Blue) = 114+76+251=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #724CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724CFB is #8DB304. Grayscale: #6A6A6A. Windows color (decimal): -9286405 or 16469106. OLE color: 16469106.

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

Color convert

RGB 114 76 251 -
CMYK 0.55 0.70 0 0.02
HSL 253.03º 0.96% 0.64% -
HSV(B) 253.03º 0.7% 0.98% -
XYZ 26.94 15.71 92.88 -
YUV 107.31 209.09 132.77 -
System Red Green Blue C M Y K H S L
Decimal 114 76 251 0.55 0.70 0 0.02 253.03 0.96 0.64
Hex 72 4C FB 37 46 0 2 FD 60 40
Octal 162 114 373 67 106 0 2 375 140 100
Binary 1110010 1001100 11111011 110111 1000110 0 10 11111101 1100000 1000000

Color Harmonies of #724CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724CFB

Black with #724CFB

Text Example


Text Example

White with #724CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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