Html Css Color HEX #7244EC Medium Slate Blue

📋 copy color: '#7244EC'

red 114 ◦ green 68 ◦ blue 236

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

Shades of Medium Slate Blue #7244EC

Tints of Medium Slate Blue #7244EC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.27%

 BLUE value IS 236 (92.58% from 255) = 56.46%

R = 27.27%
G = 16.27%
B = 56.46%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7244EC (or 0x7244EC) is known color: Medium Slate Blue. HEX triplet: 72, 44 and EC. RGB value is (114,68,236). Sum of RGB (Red+Green+Blue) = 114+68+236=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #7244EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7244EC is #8DBB13. Grayscale: #646464. Windows color (decimal): -9288468 or 15484018. OLE color: 15484018.

HSL color Cylindrical-coordinate representation of color #7244EC: hue angle of 256.43º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7244EC is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 68 236 -
CMYK 0.52 0.71 0 0.07
HSL 256.43º 0.82% 0.6% -
HSV(B) 256.43º 0.71% 0.93% -
XYZ 24.15 13.77 80.74 -
YUV 100.91 204.24 137.34 -
System Red Green Blue C M Y K H S L
Decimal 114 68 236 0.52 0.71 0 0.07 256.43 0.82 0.6
Hex 72 44 EC 34 47 0 7 100 52 3C
Octal 162 104 354 64 107 0 7 400 122 74
Binary 1110010 1000100 11101100 110100 1000111 0 111 100000000 1010010 111100

Color Harmonies of #7244EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7244EC

Black with #7244EC

Text Example


Text Example

White with #7244EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7244EC; }

 p { color: rgb(114,68,236); }

 H1.HeaderClassName
 {
   color: #7244EC;
 }
 .AnyTagClassName
 {
   color: #7244EC;
 }
</style>

background-color css

<style>
 a { background-color: #7244EC; }

 a { background-color: rgb(114,68,236); }

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

border-color css

<style>
 span { border-color: #7244EC; }

 span { border-color: rgb(114,68,236); }

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