Html Css Color HEX #7F5DFC Medium Slate Blue

📋 copy color: '#7F5DFC'

red 127 ◦ green 93 ◦ blue 252

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

Shades of Medium Slate Blue #7F5DFC

Tints of Medium Slate Blue #7F5DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.7%

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

R = 26.91%
G = 19.7%
B = 53.39%

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

#7F5DFC (or 0x7F5DFC) is known color: Medium Slate Blue. HEX triplet: 7F, 5D and FC. RGB value is (127,93,252). Sum of RGB (Red+Green+Blue) = 127+93+252=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F5DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5DFC is #80A203. Grayscale: #787878. Windows color (decimal): -8430084 or 16539007. OLE color: 16539007.

HSL color Cylindrical-coordinate representation of color #7F5DFC: hue angle of 252.83º 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 #7F5DFC is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 93 252 -
CMYK 0.50 0.63 0 0.01
HSL 252.83º 0.96% 0.68% -
HSV(B) 252.83º 0.63% 0.99% -
XYZ 30.24 19.37 94.24 -
YUV 121.29 201.76 132.07 -
System Red Green Blue C M Y K H S L
Decimal 127 93 252 0.50 0.63 0 0.01 252.83 0.96 0.68
Hex 7F 5D FC 32 3F 0 1 FD 60 44
Octal 177 135 374 62 77 0 1 375 140 104
Binary 1111111 1011101 11111100 110010 111111 0 1 11111101 1100000 1000100

Color Harmonies of #7F5DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5DFC

Black with #7F5DFC

Text Example


Text Example

White with #7F5DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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