Html Css Color HEX #7F5FFC Medium Slate Blue

📋 copy color: '#7F5FFC'

red 127 ◦ green 95 ◦ blue 252

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

Shades of Medium Slate Blue #7F5FFC

Tints of Medium Slate Blue #7F5FFC

RGB

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

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

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

R = 26.79%
G = 20.04%
B = 53.16%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F5FFC (or 0x7F5FFC) is known color: Medium Slate Blue. HEX triplet: 7F, 5F and FC. RGB value is (127,95,252). Sum of RGB (Red+Green+Blue) = 127+95+252=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F5FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5FFC is #80A003. Grayscale: #797979. Windows color (decimal): -8429572 or 16539519. OLE color: 16539519.

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

Color convert

RGB 127 95 252 -
CMYK 0.50 0.62 0 0.01
HSL 252.23º 0.96% 0.68% -
HSV(B) 252.23º 0.62% 0.99% -
XYZ 30.42 19.72 94.3 -
YUV 122.47 201.1 131.23 -
System Red Green Blue C M Y K H S L
Decimal 127 95 252 0.50 0.62 0 0.01 252.23 0.96 0.68
Hex 7F 5F FC 32 3E 0 1 FC 60 44
Octal 177 137 374 62 76 0 1 374 140 104
Binary 1111111 1011111 11111100 110010 111110 0 1 11111100 1100000 1000100

Color Harmonies of #7F5FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5FFC

Black with #7F5FFC

Text Example


Text Example

White with #7F5FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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