Html Css Color HEX #724FFD Medium Slate Blue

📋 copy color: '#724FFD'

red 114 ◦ green 79 ◦ blue 253

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

Shades of Medium Slate Blue #724FFD

Tints of Medium Slate Blue #724FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.71%

 BLUE value IS 253 (99.22% from 255) = 56.73%

R = 25.56%
G = 17.71%
B = 56.73%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#724FFD (or 0x724FFD) is known color: Medium Slate Blue. HEX triplet: 72, 4F and FD. RGB value is (114,79,253). Sum of RGB (Red+Green+Blue) = 114+79+253=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #724FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724FFD is #8DB002. Grayscale: #6C6C6C. Windows color (decimal): -9285635 or 16600946. OLE color: 16600946.

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

Color convert

RGB 114 79 253 -
CMYK 0.55 0.69 0 0.01
HSL 252.07º 0.98% 0.65% -
HSV(B) 252.07º 0.69% 0.99% -
XYZ 27.47 16.26 94.62 -
YUV 109.3 209.1 131.35 -
System Red Green Blue C M Y K H S L
Decimal 114 79 253 0.55 0.69 0 0.01 252.07 0.98 0.65
Hex 72 4F FD 37 45 0 1 FC 62 41
Octal 162 117 375 67 105 0 1 374 142 101
Binary 1110010 1001111 11111101 110111 1000101 0 1 11111100 1100010 1000001

Color Harmonies of #724FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FFD

Black with #724FFD

Text Example


Text Example

White with #724FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,79,253); }

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

background-color css

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

 a { background-color: rgb(114,79,253); }

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

border-color css

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

 span { border-color: rgb(114,79,253); }

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