Html Css Color HEX #7C4AFB Medium Slate Blue

📋 copy color: '#7C4AFB'

red 124 ◦ green 74 ◦ blue 251

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

Shades of Medium Slate Blue #7C4AFB

Tints of Medium Slate Blue #7C4AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.48%

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

R = 27.62%
G = 16.48%
B = 55.9%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C4AFB (or 0x7C4AFB) is known color: Medium Slate Blue. HEX triplet: 7C, 4A and FB. RGB value is (124,74,251). Sum of RGB (Red+Green+Blue) = 124+74+251=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C4AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C4AFB is #83B504. Grayscale: #6C6C6C. Windows color (decimal): -8631557 or 16468604. OLE color: 16468604.

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

Color convert

RGB 124 74 251 -
CMYK 0.51 0.71 0 0.02
HSL 256.95º 0.96% 0.64% -
HSV(B) 256.95º 0.71% 0.98% -
XYZ 28.17 16.15 92.9 -
YUV 109.13 208.07 138.61 -
System Red Green Blue C M Y K H S L
Decimal 124 74 251 0.51 0.71 0 0.02 256.95 0.96 0.64
Hex 7C 4A FB 33 47 0 2 101 60 40
Octal 174 112 373 63 107 0 2 401 140 100
Binary 1111100 1001010 11111011 110011 1000111 0 10 100000001 1100000 1000000

Color Harmonies of #7C4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4AFB

Black with #7C4AFB

Text Example


Text Example

White with #7C4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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