#7F60FB

Color #7F60FB Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7F60FB

Tints of Medium Slate Blue #7F60FB

Color information

#7F60FB (or 0x7F60FB) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 60 and FB. RGB value is (127,96,251). Sum of RGB (Red+Green+Blue) = 127+96+251=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F60FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F60FB is #809F04. Grayscale: #7A7A7A. Windows color (decimal): -8429317 or 16474239. OLE color: 16474239.

HSL color Cylindrical-coordinate representation of color #7F60FB: hue angle of 252º degrees, saturation: 0.95, 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 #7F60FB is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12796251-
CMYK0.490.6200.02
HSL252º95.09%68.04%-
HSV(B)252º61.75%98.43%-
XYZ30.3519.8493.5-
YUV122.94200.27130.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.79%
GREEN value IS 96 (37.89% from 255) = 20.25%
BLUE value IS 251 (98.44% from 255) = 52.95%
R=26.79%
G=20.25%
B=52.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal127962510.490.6200.0225295.0968.04
Hex7F60FB313E02fc5f44
Octal177140373617602374137104
Binary11111111100000111110111100011111100101111110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F60FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,96,251); }

 H1.HeaderClassName
 {
   color: #7F60FB;
 }
 .AnyTagClassName
 {
   color: #7F60FB;
 }
</style>
background-color css

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

 a { background-color: rgb(127,96,251); }

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

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

 span { border-color: rgb(127,96,251); }

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