Html Css Color HEX #7F46FE Medium Slate Blue

📋 copy color: '#7F46FE'

red 127 ◦ green 70 ◦ blue 254

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

Shades of Medium Slate Blue #7F46FE

Tints of Medium Slate Blue #7F46FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.32%

R = 28.16%
G = 15.52%
B = 56.32%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F46FE (or 0x7F46FE) is known color: Medium Slate Blue. HEX triplet: 7F, 46 and FE. RGB value is (127,70,254). Sum of RGB (Red+Green+Blue) = 127+70+254=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F46FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F46FE is #80B901. Grayscale: #6B6B6B. Windows color (decimal): -8435970 or 16664191. OLE color: 16664191.

HSL color Cylindrical-coordinate representation of color #7F46FE: hue angle of 258.59º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F46FE is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 70 254 -
CMYK 0.50 0.72 0 0.00
HSL 258.59º 0.99% 0.64% -
HSV(B) 258.59º 0.72% 1% -
XYZ 28.83 16.05 95.34 -
YUV 108.02 210.38 141.54 -
System Red Green Blue C M Y K H S L
Decimal 127 70 254 0.50 0.72 0 0.00 258.59 0.99 0.64
Hex 7F 46 FE 32 48 0 0 103 63 40
Octal 177 106 376 62 110 0 0 403 143 100
Binary 1111111 1000110 11111110 110010 1001000 0 0 100000011 1100011 1000000

Color Harmonies of #7F46FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F46FE

Black with #7F46FE

Text Example


Text Example

White with #7F46FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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