Html Css Color HEX #7F46F9 Medium Slate Blue

📋 copy color: '#7F46F9'

red 127 ◦ green 70 ◦ blue 249

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

Shades of Medium Slate Blue #7F46F9

Tints of Medium Slate Blue #7F46F9

RGB

 RED value IS 127 (50% from 255) = 28.48%

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

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

R = 28.48%
G = 15.7%
B = 55.83%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F46F9 (or 0x7F46F9) is known color: Medium Slate Blue. HEX triplet: 7F, 46 and F9. RGB value is (127,70,249). Sum of RGB (Red+Green+Blue) = 127+70+249=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #7F46F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F46F9 is #80B906. Grayscale: #6A6A6A. Windows color (decimal): -8435975 or 16336511. OLE color: 16336511.

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

Color convert

RGB 127 70 249 -
CMYK 0.49 0.72 0 0.02
HSL 259.11º 0.94% 0.63% -
HSV(B) 259.11º 0.72% 0.98% -
XYZ 28.04 15.73 91.18 -
YUV 107.45 207.88 141.95 -
System Red Green Blue C M Y K H S L
Decimal 127 70 249 0.49 0.72 0 0.02 259.11 0.94 0.63
Hex 7F 46 F9 31 48 0 2 103 5E 3F
Octal 177 106 371 61 110 0 2 403 136 77
Binary 1111111 1000110 11111001 110001 1001000 0 10 100000011 1011110 111111

Color Harmonies of #7F46F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F46F9

Black with #7F46F9

Text Example


Text Example

White with #7F46F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F46F9; }

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

 H1.HeaderClassName
 {
   color: #7F46F9;
 }
 .AnyTagClassName
 {
   color: #7F46F9;
 }
</style>

background-color css

<style>
 a { background-color: #7F46F9; }

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

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

border-color css

<style>
 span { border-color: #7F46F9; }

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

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