Html Css Color HEX #724BFF Medium Slate Blue

📋 copy color: '#724BFF'

red 114 ◦ green 75 ◦ blue 255

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

Shades of Medium Slate Blue #724BFF

Tints of Medium Slate Blue #724BFF

RGB

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

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

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

R = 25.68%
G = 16.89%
B = 57.43%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#724BFF (or 0x724BFF) is known color: Medium Slate Blue. HEX triplet: 72, 4B and FF. RGB value is (114,75,255). Sum of RGB (Red+Green+Blue) = 114+75+255=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #724BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724BFF is #8DB400. Grayscale: #6A6A6A. Windows color (decimal): -9286657 or 16730994. OLE color: 16730994.

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

Color convert

RGB 114 75 255 -
CMYK 0.55 0.71 0 0
HSL 253º 1% 0.65% -
HSV(B) 253º 0.71% 1% -
XYZ 27.51 15.83 96.21 -
YUV 107.18 211.42 132.86 -
System Red Green Blue C M Y K H S L
Decimal 114 75 255 0.55 0.71 0 0 253 1 0.65
Hex 72 4B FF 37 47 0 0 FD 64 41
Octal 162 113 377 67 107 0 0 375 144 101
Binary 1110010 1001011 11111111 110111 1000111 0 0 11111101 1100100 1000001

Color Harmonies of #724BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724BFF

Black with #724BFF

Text Example


Text Example

White with #724BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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