Html Css Color HEX #7046F9 Medium Slate Blue

📋 copy color: '#7046F9'

red 112 ◦ green 70 ◦ blue 249

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

Shades of Medium Slate Blue #7046F9

Tints of Medium Slate Blue #7046F9

RGB

 RED value IS 112 (44.14% from 255) = 25.99%

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

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

R = 25.99%
G = 16.24%
B = 57.77%

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

#7046F9 (or 0x7046F9) is known color: Medium Slate Blue. HEX triplet: 70, 46 and F9. RGB value is (112,70,249). Sum of RGB (Red+Green+Blue) = 112+70+249=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 249 (97.66% from 255 or 57.77% from 431); Max value from RGB is 249 - color contains mainly: blue. Hex color #7046F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7046F9 is #8FB906. Grayscale: #666666. Windows color (decimal): -9419015 or 16336496. OLE color: 16336496.

HSL color Cylindrical-coordinate representation of color #7046F9: hue angle of 254.08º 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 #7046F9 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 70 249 -
CMYK 0.55 0.72 0 0.02
HSL 254.08º 0.94% 0.63% -
HSV(B) 254.08º 0.72% 0.98% -
XYZ 25.97 14.66 91.08 -
YUV 102.96 210.41 134.45 -
System Red Green Blue C M Y K H S L
Decimal 112 70 249 0.55 0.72 0 0.02 254.08 0.94 0.63
Hex 70 46 F9 37 48 0 2 FE 5E 3F
Octal 160 106 371 67 110 0 2 376 136 77
Binary 1110000 1000110 11111001 110111 1001000 0 10 11111110 1011110 111111

Color Harmonies of #7046F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7046F9

Black with #7046F9

Text Example


Text Example

White with #7046F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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