Html Css Color HEX #7F5FEC Medium Slate Blue

📋 copy color: '#7F5FEC'

red 127 ◦ green 95 ◦ blue 236

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

Shades of Medium Slate Blue #7F5FEC

Tints of Medium Slate Blue #7F5FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.53%

R = 27.73%
G = 20.74%
B = 51.53%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F5FEC (or 0x7F5FEC) is known color: Medium Slate Blue. HEX triplet: 7F, 5F and EC. RGB value is (127,95,236). Sum of RGB (Red+Green+Blue) = 127+95+236=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F5FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5FEC is #80A013. Grayscale: #787878. Windows color (decimal): -8429588 or 15490943. OLE color: 15490943.

HSL color Cylindrical-coordinate representation of color #7F5FEC: hue angle of 253.62º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F5FEC is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 95 236 -
CMYK 0.46 0.60 0 0.07
HSL 253.62º 0.79% 0.65% -
HSV(B) 253.62º 0.6% 0.93% -
XYZ 27.98 18.75 81.5 -
YUV 120.64 193.1 132.54 -
System Red Green Blue C M Y K H S L
Decimal 127 95 236 0.46 0.60 0 0.07 253.62 0.79 0.65
Hex 7F 5F EC 2E 3C 0 7 FE 4F 41
Octal 177 137 354 56 74 0 7 376 117 101
Binary 1111111 1011111 11101100 101110 111100 0 111 11111110 1001111 1000001

Color Harmonies of #7F5FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5FEC

Black with #7F5FEC

Text Example


Text Example

White with #7F5FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,95,236); }

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

background-color css

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

 a { background-color: rgb(127,95,236); }

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

border-color css

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

 span { border-color: rgb(127,95,236); }

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