Html Css Color HEX #7F50FC Medium Slate Blue

📋 copy color: '#7F50FC'

red 127 ◦ green 80 ◦ blue 252

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

Shades of Medium Slate Blue #7F50FC

Tints of Medium Slate Blue #7F50FC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.43%

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 27.67%
G = 17.43%
B = 54.9%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F50FC (or 0x7F50FC) is known color: Medium Slate Blue. HEX triplet: 7F, 50 and FC. RGB value is (127,80,252). Sum of RGB (Red+Green+Blue) = 127+80+252=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F50FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F50FC is #80AF03. Grayscale: #717171. Windows color (decimal): -8433412 or 16535679. OLE color: 16535679.

HSL color Cylindrical-coordinate representation of color #7F50FC: hue angle of 256.4º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F50FC is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 80 252 -
CMYK 0.50 0.68 0 0.01
HSL 256.4º 0.97% 0.65% -
HSV(B) 256.4º 0.68% 0.99% -
XYZ 29.19 17.28 93.89 -
YUV 113.66 206.07 137.51 -
System Red Green Blue C M Y K H S L
Decimal 127 80 252 0.50 0.68 0 0.01 256.4 0.97 0.65
Hex 7F 50 FC 32 44 0 1 100 61 41
Octal 177 120 374 62 104 0 1 400 141 101
Binary 1111111 1010000 11111100 110010 1000100 0 1 100000000 1100001 1000001

Color Harmonies of #7F50FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F50FC

Black with #7F50FC

Text Example


Text Example

White with #7F50FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,80,252); }

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

background-color css

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

 a { background-color: rgb(127,80,252); }

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

border-color css

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

 span { border-color: rgb(127,80,252); }

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