Html Css Color HEX #7146ED Medium Slate Blue

📋 copy color: '#7146ED'

red 113 ◦ green 70 ◦ blue 237

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

Shades of Medium Slate Blue #7146ED

Tints of Medium Slate Blue #7146ED

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.67%

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

R = 26.9%
G = 16.67%
B = 56.43%

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

#7146ED (or 0x7146ED) is known color: Medium Slate Blue. HEX triplet: 71, 46 and ED. RGB value is (113,70,237). Sum of RGB (Red+Green+Blue) = 113+70+237=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #7146ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7146ED is #8EB912. Grayscale: #656565. Windows color (decimal): -9353491 or 15550065. OLE color: 15550065.

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

Color convert

RGB 113 70 237 -
CMYK 0.52 0.70 0 0.07
HSL 255.45º 0.82% 0.6% -
HSV(B) 255.45º 0.7% 0.93% -
XYZ 24.29 14.01 81.54 -
YUV 101.9 204.25 135.92 -
System Red Green Blue C M Y K H S L
Decimal 113 70 237 0.52 0.70 0 0.07 255.45 0.82 0.6
Hex 71 46 ED 34 46 0 7 FF 52 3C
Octal 161 106 355 64 106 0 7 377 122 74
Binary 1110001 1000110 11101101 110100 1000110 0 111 11111111 1010010 111100

Color Harmonies of #7146ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7146ED

Black with #7146ED

Text Example


Text Example

White with #7146ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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