Html Css Color HEX #7146F9 Medium Slate Blue

📋 copy color: '#7146F9'

red 113 ◦ green 70 ◦ blue 249

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

Shades of Medium Slate Blue #7146F9

Tints of Medium Slate Blue #7146F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 57.64%

R = 26.16%
G = 16.2%
B = 57.64%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7146F9 (or 0x7146F9) is known color: Medium Slate Blue. HEX triplet: 71, 46 and F9. RGB value is (113,70,249). Sum of RGB (Red+Green+Blue) = 113+70+249=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 249 (97.66% from 255 or 57.64% from 432); Max value from RGB is 249 - color contains mainly: blue. Hex color #7146F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7146F9 is #8EB906. Grayscale: #666666. Windows color (decimal): -9353479 or 16336497. OLE color: 16336497.

HSL color Cylindrical-coordinate representation of color #7146F9: hue angle of 254.41º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7146F9 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 70 249 -
CMYK 0.55 0.72 0 0.02
HSL 254.41º 0.94% 0.63% -
HSV(B) 254.41º 0.72% 0.98% -
XYZ 26.1 14.73 91.09 -
YUV 103.26 210.25 134.95 -
System Red Green Blue C M Y K H S L
Decimal 113 70 249 0.55 0.72 0 0.02 254.41 0.94 0.63
Hex 71 46 F9 37 48 0 2 FE 5E 3F
Octal 161 106 371 67 110 0 2 376 136 77
Binary 1110001 1000110 11111001 110111 1001000 0 10 11111110 1011110 111111

Color Harmonies of #7146F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7146F9

Black with #7146F9

Text Example


Text Example

White with #7146F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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