Html Css Color HEX #7C50FB Medium Slate Blue

📋 copy color: '#7C50FB'

red 124 ◦ green 80 ◦ blue 251

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

Shades of Medium Slate Blue #7C50FB

Tints of Medium Slate Blue #7C50FB

RGB

 RED value IS 124 (48.83% from 255) = 27.25%

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

 BLUE value IS 251 (98.44% from 255) = 55.16%

R = 27.25%
G = 17.58%
B = 55.16%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C50FB (or 0x7C50FB) is known color: Medium Slate Blue. HEX triplet: 7C, 50 and FB. RGB value is (124,80,251). Sum of RGB (Red+Green+Blue) = 124+80+251=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C50FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C50FB is #83AF04. Grayscale: #707070. Windows color (decimal): -8630021 or 16470140. OLE color: 16470140.

HSL color Cylindrical-coordinate representation of color #7C50FB: hue angle of 255.44º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C50FB is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 80 251 -
CMYK 0.51 0.68 0 0.02
HSL 255.44º 0.96% 0.65% -
HSV(B) 255.44º 0.68% 0.98% -
XYZ 28.59 16.99 93.04 -
YUV 112.65 206.08 136.1 -
System Red Green Blue C M Y K H S L
Decimal 124 80 251 0.51 0.68 0 0.02 255.44 0.96 0.65
Hex 7C 50 FB 33 44 0 2 FF 60 41
Octal 174 120 373 63 104 0 2 377 140 101
Binary 1111100 1010000 11111011 110011 1000100 0 10 11111111 1100000 1000001

Color Harmonies of #7C50FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C50FB

Black with #7C50FB

Text Example


Text Example

White with #7C50FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,80,251); }

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

background-color css

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

 a { background-color: rgb(124,80,251); }

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

border-color css

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

 span { border-color: rgb(124,80,251); }

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