Html Css Color HEX #7147ED Medium Slate Blue

📋 copy color: '#7147ED'

red 113 ◦ green 71 ◦ blue 237

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

Shades of Medium Slate Blue #7147ED

Tints of Medium Slate Blue #7147ED

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.86%

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

R = 26.84%
G = 16.86%
B = 56.29%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7147ED (or 0x7147ED) is known color: Medium Slate Blue. HEX triplet: 71, 47 and ED. RGB value is (113,71,237). Sum of RGB (Red+Green+Blue) = 113+71+237=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #7147ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7147ED is #8EB812. Grayscale: #656565. Windows color (decimal): -9353235 or 15550321. OLE color: 15550321.

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

Color convert

RGB 113 71 237 -
CMYK 0.52 0.70 0 0.07
HSL 255.18º 0.82% 0.6% -
HSV(B) 255.18º 0.7% 0.93% -
XYZ 24.35 14.13 81.57 -
YUV 102.48 203.91 135.5 -
System Red Green Blue C M Y K H S L
Decimal 113 71 237 0.52 0.70 0 0.07 255.18 0.82 0.6
Hex 71 47 ED 34 46 0 7 FF 52 3C
Octal 161 107 355 64 106 0 7 377 122 74
Binary 1110001 1000111 11101101 110100 1000110 0 111 11111111 1010010 111100

Color Harmonies of #7147ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7147ED

Black with #7147ED

Text Example


Text Example

White with #7147ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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