Html Css Color HEX #7F5EFC Medium Slate Blue

📋 copy color: '#7F5EFC'

red 127 ◦ green 94 ◦ blue 252

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

Shades of Medium Slate Blue #7F5EFC

Tints of Medium Slate Blue #7F5EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.87%

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

R = 26.85%
G = 19.87%
B = 53.28%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F5EFC (or 0x7F5EFC) is known color: Medium Slate Blue. HEX triplet: 7F, 5E and FC. RGB value is (127,94,252). Sum of RGB (Red+Green+Blue) = 127+94+252=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F5EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5EFC is #80A103. Grayscale: #797979. Windows color (decimal): -8429828 or 16539263. OLE color: 16539263.

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

Color convert

RGB 127 94 252 -
CMYK 0.50 0.63 0 0.01
HSL 252.53º 0.96% 0.68% -
HSV(B) 252.53º 0.63% 0.99% -
XYZ 30.33 19.55 94.27 -
YUV 121.88 201.43 131.65 -
System Red Green Blue C M Y K H S L
Decimal 127 94 252 0.50 0.63 0 0.01 252.53 0.96 0.68
Hex 7F 5E FC 32 3F 0 1 FD 60 44
Octal 177 136 374 62 77 0 1 375 140 104
Binary 1111111 1011110 11111100 110010 111111 0 1 11111101 1100000 1000100

Color Harmonies of #7F5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5EFC

Black with #7F5EFC

Text Example


Text Example

White with #7F5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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