Html Css Color HEX #724AFB Medium Slate Blue

📋 copy color: '#724AFB'

red 114 ◦ green 74 ◦ blue 251

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

Shades of Medium Slate Blue #724AFB

Tints of Medium Slate Blue #724AFB

RGB

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

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

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

R = 25.97%
G = 16.86%
B = 57.18%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#724AFB (or 0x724AFB) is known color: Medium Slate Blue. HEX triplet: 72, 4A and FB. RGB value is (114,74,251). Sum of RGB (Red+Green+Blue) = 114+74+251=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #724AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724AFB is #8DB504. Grayscale: #696969. Windows color (decimal): -9286917 or 16468594. OLE color: 16468594.

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

Color convert

RGB 114 74 251 -
CMYK 0.55 0.71 0 0.02
HSL 253.56º 0.96% 0.64% -
HSV(B) 253.56º 0.71% 0.98% -
XYZ 26.8 15.44 92.83 -
YUV 106.14 209.75 133.61 -
System Red Green Blue C M Y K H S L
Decimal 114 74 251 0.55 0.71 0 0.02 253.56 0.96 0.64
Hex 72 4A FB 37 47 0 2 FE 60 40
Octal 162 112 373 67 107 0 2 376 140 100
Binary 1110010 1001010 11111011 110111 1000111 0 10 11111110 1100000 1000000

Color Harmonies of #724AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724AFB

Black with #724AFB

Text Example


Text Example

White with #724AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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