Html Css Color HEX #7146EA Medium Slate Blue

📋 copy color: '#7146EA'

red 113 ◦ green 70 ◦ blue 234

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

Shades of Medium Slate Blue #7146EA

Tints of Medium Slate Blue #7146EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 27.1%
G = 16.79%
B = 56.12%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7146EA (or 0x7146EA) is known color: Medium Slate Blue. HEX triplet: 71, 46 and EA. RGB value is (113,70,234). Sum of RGB (Red+Green+Blue) = 113+70+234=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #7146EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7146EA is #8EB915. Grayscale: #646464. Windows color (decimal): -9353494 or 15353457. OLE color: 15353457.

HSL color Cylindrical-coordinate representation of color #7146EA: hue angle of 255.73º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7146EA is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 70 234 -
CMYK 0.52 0.70 0 0.08
HSL 255.73º 0.8% 0.6% -
HSV(B) 255.73º 0.7% 0.92% -
XYZ 23.85 13.83 79.25 -
YUV 101.55 202.75 136.16 -
System Red Green Blue C M Y K H S L
Decimal 113 70 234 0.52 0.70 0 0.08 255.73 0.8 0.6
Hex 71 46 EA 34 46 0 8 100 50 3C
Octal 161 106 352 64 106 0 10 400 120 74
Binary 1110001 1000110 11101010 110100 1000110 0 1000 100000000 1010000 111100

Color Harmonies of #7146EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7146EA

Black with #7146EA

Text Example


Text Example

White with #7146EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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