Html Css Color HEX #7144F8 Medium Slate Blue

📋 copy color: '#7144F8'

red 113 ◦ green 68 ◦ blue 248

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

Shades of Medium Slate Blue #7144F8

Tints of Medium Slate Blue #7144F8

RGB

 RED value IS 113 (44.53% from 255) = 26.34%

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

 BLUE value IS 248 (97.27% from 255) = 57.81%

R = 26.34%
G = 15.85%
B = 57.81%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7144F8 (or 0x7144F8) is known color: Medium Slate Blue. HEX triplet: 71, 44 and F8. RGB value is (113,68,248). Sum of RGB (Red+Green+Blue) = 113+68+248=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 248 (97.27% from 255 or 57.81% from 429); Max value from RGB is 248 - color contains mainly: blue. Hex color #7144F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7144F8 is #8EBB07. Grayscale: #656565. Windows color (decimal): -9353992 or 16270449. OLE color: 16270449.

HSL color Cylindrical-coordinate representation of color #7144F8: hue angle of 255º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7144F8 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 113 68 248 -
CMYK 0.54 0.73 0 0.03
HSL 255º 0.93% 0.62% -
HSV(B) 255º 0.73% 0.97% -
XYZ 25.82 14.42 90.23 -
YUV 101.98 210.41 135.86 -
System Red Green Blue C M Y K H S L
Decimal 113 68 248 0.54 0.73 0 0.03 255 0.93 0.62
Hex 71 44 F8 36 49 0 3 FF 5D 3E
Octal 161 104 370 66 111 0 3 377 135 76
Binary 1110001 1000100 11111000 110110 1001001 0 11 11111111 1011101 111110

Color Harmonies of #7144F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7144F8

Black with #7144F8

Text Example


Text Example

White with #7144F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7144F8; }

 p { color: rgb(113,68,248); }

 H1.HeaderClassName
 {
   color: #7144F8;
 }
 .AnyTagClassName
 {
   color: #7144F8;
 }
</style>

background-color css

<style>
 a { background-color: #7144F8; }

 a { background-color: rgb(113,68,248); }

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

border-color css

<style>
 span { border-color: #7144F8; }

 span { border-color: rgb(113,68,248); }

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