Html Css Color HEX #7244FE Medium Slate Blue

📋 copy color: '#7244FE'

red 114 ◦ green 68 ◦ blue 254

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

Shades of Medium Slate Blue #7244FE

Tints of Medium Slate Blue #7244FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.26%

R = 26.15%
G = 15.6%
B = 58.26%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7244FE (or 0x7244FE) is known color: Medium Slate Blue. HEX triplet: 72, 44 and FE. RGB value is (114,68,254). Sum of RGB (Red+Green+Blue) = 114+68+254=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #7244FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7244FE is #8DBB01. Grayscale: #666666. Windows color (decimal): -9288450 or 16663666. OLE color: 16663666.

HSL color Cylindrical-coordinate representation of color #7244FE: hue angle of 254.84º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7244FE is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 68 254 -
CMYK 0.55 0.73 0 0.00
HSL 254.84º 0.99% 0.63% -
HSV(B) 254.84º 0.73% 1% -
XYZ 26.9 14.87 95.22 -
YUV 102.96 213.24 135.88 -
System Red Green Blue C M Y K H S L
Decimal 114 68 254 0.55 0.73 0 0.00 254.84 0.99 0.63
Hex 72 44 FE 37 49 0 0 FF 63 3F
Octal 162 104 376 67 111 0 0 377 143 77
Binary 1110010 1000100 11111110 110111 1001001 0 0 11111111 1100011 111111

Color Harmonies of #7244FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7244FE

Black with #7244FE

Text Example


Text Example

White with #7244FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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