Html Css Color HEX #7C5FFA Medium Slate Blue

📋 copy color: '#7C5FFA'

red 124 ◦ green 95 ◦ blue 250

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

Shades of Medium Slate Blue #7C5FFA

Tints of Medium Slate Blue #7C5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.26%

 BLUE value IS 250 (98.05% from 255) = 53.3%

R = 26.44%
G = 20.26%
B = 53.3%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C5FFA (or 0x7C5FFA) is known color: Medium Slate Blue. HEX triplet: 7C, 5F and FA. RGB value is (124,95,250). Sum of RGB (Red+Green+Blue) = 124+95+250=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C5FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C5FFA is #83A005. Grayscale: #787878. Windows color (decimal): -8626182 or 16408444. OLE color: 16408444.

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

Color convert

RGB 124 95 250 -
CMYK 0.50 0.62 0 0.02
HSL 251.23º 0.94% 0.68% -
HSV(B) 251.23º 0.62% 0.98% -
XYZ 29.66 19.37 92.62 -
YUV 121.34 200.61 129.9 -
System Red Green Blue C M Y K H S L
Decimal 124 95 250 0.50 0.62 0 0.02 251.23 0.94 0.68
Hex 7C 5F FA 32 3E 0 2 FB 5E 44
Octal 174 137 372 62 76 0 2 373 136 104
Binary 1111100 1011111 11111010 110010 111110 0 10 11111011 1011110 1000100

Color Harmonies of #7C5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5FFA

Black with #7C5FFA

Text Example


Text Example

White with #7C5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,95,250); }

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

background-color css

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

 a { background-color: rgb(124,95,250); }

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

border-color css

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

 span { border-color: rgb(124,95,250); }

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