Html Css Color HEX #7249FD Medium Slate Blue

📋 copy color: '#7249FD'

red 114 ◦ green 73 ◦ blue 253

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

Shades of Medium Slate Blue #7249FD

Tints of Medium Slate Blue #7249FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.59%

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

R = 25.91%
G = 16.59%
B = 57.5%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7249FD (or 0x7249FD) is known color: Medium Slate Blue. HEX triplet: 72, 49 and FD. RGB value is (114,73,253). Sum of RGB (Red+Green+Blue) = 114+73+253=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #7249FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7249FD is #8DB602. Grayscale: #696969. Windows color (decimal): -9287171 or 16599410. OLE color: 16599410.

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

Color convert

RGB 114 73 253 -
CMYK 0.55 0.71 0 0.01
HSL 253.67º 0.98% 0.64% -
HSV(B) 253.67º 0.71% 0.99% -
XYZ 27.05 15.43 94.48 -
YUV 105.78 211.08 133.86 -
System Red Green Blue C M Y K H S L
Decimal 114 73 253 0.55 0.71 0 0.01 253.67 0.98 0.64
Hex 72 49 FD 37 47 0 1 FE 62 40
Octal 162 111 375 67 107 0 1 376 142 100
Binary 1110010 1001001 11111101 110111 1000111 0 1 11111110 1100010 1000000

Color Harmonies of #7249FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7249FD

Black with #7249FD

Text Example


Text Example

White with #7249FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7249FD; }

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

 H1.HeaderClassName
 {
   color: #7249FD;
 }
 .AnyTagClassName
 {
   color: #7249FD;
 }
</style>

background-color css

<style>
 a { background-color: #7249FD; }

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

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

border-color css

<style>
 span { border-color: #7249FD; }

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

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