Html Css Color HEX #7249F3 Medium Slate Blue

📋 copy color: '#7249F3'

red 114 ◦ green 73 ◦ blue 243

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

Shades of Medium Slate Blue #7249F3

Tints of Medium Slate Blue #7249F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 56.51%

R = 26.51%
G = 16.98%
B = 56.51%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7249F3 (or 0x7249F3) is known color: Medium Slate Blue. HEX triplet: 72, 49 and F3. RGB value is (114,73,243). Sum of RGB (Red+Green+Blue) = 114+73+243=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 243 (95.31% from 255 or 56.51% from 430); Max value from RGB is 243 - color contains mainly: blue. Hex color #7249F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7249F3 is #8DB60C. Grayscale: #686868. Windows color (decimal): -9287181 or 15944050. OLE color: 15944050.

HSL color Cylindrical-coordinate representation of color #7249F3: hue angle of 254.47º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7249F3 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 73 243 -
CMYK 0.53 0.70 0 0.05
HSL 254.47º 0.88% 0.62% -
HSV(B) 254.47º 0.7% 0.95% -
XYZ 25.5 14.81 86.31 -
YUV 104.64 206.08 134.68 -
System Red Green Blue C M Y K H S L
Decimal 114 73 243 0.53 0.70 0 0.05 254.47 0.88 0.62
Hex 72 49 F3 35 46 0 5 FE 58 3E
Octal 162 111 363 65 106 0 5 376 130 76
Binary 1110010 1001001 11110011 110101 1000110 0 101 11111110 1011000 111110

Color Harmonies of #7249F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7249F3

Black with #7249F3

Text Example


Text Example

White with #7249F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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