Html Css Color HEX #7144ED Medium Slate Blue

📋 copy color: '#7144ED'

red 113 ◦ green 68 ◦ blue 237

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

Shades of Medium Slate Blue #7144ED

Tints of Medium Slate Blue #7144ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.7%

R = 27.03%
G = 16.27%
B = 56.7%

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

#7144ED (or 0x7144ED) is known color: Medium Slate Blue. HEX triplet: 71, 44 and ED. RGB value is (113,68,237). Sum of RGB (Red+Green+Blue) = 113+68+237=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #7144ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7144ED is #8EBB12. Grayscale: #646464. Windows color (decimal): -9354003 or 15549553. OLE color: 15549553.

HSL color Cylindrical-coordinate representation of color #7144ED: hue angle of 255.98º 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 #7144ED is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 68 237 -
CMYK 0.52 0.71 0 0.07
HSL 255.98º 0.82% 0.6% -
HSV(B) 255.98º 0.71% 0.93% -
XYZ 24.16 13.76 81.5 -
YUV 100.72 204.91 136.76 -
System Red Green Blue C M Y K H S L
Decimal 113 68 237 0.52 0.71 0 0.07 255.98 0.82 0.6
Hex 71 44 ED 34 47 0 7 100 52 3C
Octal 161 104 355 64 107 0 7 400 122 74
Binary 1110001 1000100 11101101 110100 1000111 0 111 100000000 1010010 111100

Color Harmonies of #7144ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7144ED

Black with #7144ED

Text Example


Text Example

White with #7144ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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